This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 747d5208f45a8a9e08c360e602592602db9fd410
tree 3d9e5b0aab1711e012668d9c0be91970db830781
parent 116a73287f542df760794ca5f8a181ecb4775c7f
tree 3d9e5b0aab1711e012668d9c0be91970db830781
parent 116a73287f542df760794ca5f8a181ecb4775c7f
poisson /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
CHANGELOG | ||
| |
LICENCE | ||
| |
README.rdoc | ||
| |
Rakefile | ||
| |
lib/ | ||
| |
spec/ |
README.rdoc
Poisson Distribution Ruby Class
Poisson is a Ruby class for the Poisson Distribution. Here is a very simple use example:
require 'poisson'
poisson = Poisson.new(6)
poisson.probability { |x| x == 4 } # => 0.133...
Please see the API documentation for more detail.
Install
You know the routine:
gem install poisson
Author
Poisson was written by Jonathan Leighton <j at jonathanleighton dot com> of jonathanleighton.com/.
Licence
Poisson is licensed under the GPL. See the LICENCE file. You can find the code at github.com/jonleighton/poisson/.








