class Statistics::Gamma
- Statistics::Gamma
- Reference
- Object
Defined in:
gsl/base/statistics.crConstructors
Class Method Summary
- .next(shape : Float64, scale : Float64) : Float64
- .pdf(x : Float64, shape : Float64, scale : Float64) : Float64
- .sample(n : Int32, shape : Float64, scale : Float64) : Array(Float64)
- .sample(shape : Float64, scale : Float64) : Float64