class Statistics::Poisson
- Statistics::Poisson
- Statistics::DiscreteDistribution
- Reference
- Object
Defined in:
gsl/base/statistics.crConstructors
Class Method Summary
- .pdf(k : UInt64, mu : Float64) : Float64
- .sample(n : Int, mu : Float64) : Array(UInt64)
- .sample(mu : Float64) : UInt64