class Stats::NormaleDistribution::Persistant(D, E)
- Stats::NormaleDistribution::Persistant(D, E)
- Reference
- Object
Defined in:
lib/normale_distribution/persistant.crConstructors
-
.new(standard_deviation : D = 1.0, esperance : E = 0.0)
Create a new normale distribution
Instance Method Summary
-
#between(min : Number, max : Number)
Gives the probability of [ min; max ]
- #esperance : E
- #esperance=(esperance : E)
-
#greater_than(min : Number)
Gives the probability of [ min; +inf [
-
#less_than(max : Number)
Gives the probability of ] -inf; max ]
- #standard_deviation : D
- #standard_deviation=(standard_deviation : D)
Constructor Detail
Create a new normale distribution