class Statistics::Levy
- Statistics::Levy
- Statistics::ContinuousDistribution
- Reference
- Object
Defined in:
Constructors
Class Method Summary
Instance Method Summary
- #alpha : Float64
- #alpha=(alpha : Float64)
- #c : Float64
- #c=(c : Float64)
- #cdf(x : Float64) : Float64
- #pdf(x : Float64) : Float64
- #sample(rng : Random | Nil = nil) : Float64
Instance methods inherited from class Statistics::ContinuousDistribution
sample(rng : Random | Nil = nil) : Float64sample(n : Int32, rng : Random | Nil = nil) : Array(Float64) sample