module Stats::NormaleDistribution
Extended Modules
Defined in:
lib/normale_distribution.crlib/normale_distribution/persistant.cr
Instance Method Summary
-
#between(standard_deviation : Number, esperance : Number, min : Number, max : Number)
Gives the probability of [ min; max ] for a normal distribution (standard_deviation)
-
#greater_than(standard_deviation : Number, esperance : Number, min : Number)
Gives the probability of [ min; +inf [ for a normal distribution (standard_deviation)
-
#less_than(standard_deviation : Number, esperance : Number, max : Number)
Gives the probability of ] -inf; max ] for a normal distribution (standard_deviation)
Instance Method Detail
Gives the probability of [ min; max ] for a normal distribution (standard_deviation)
Gives the probability of [ min; +inf [ for a normal distribution (standard_deviation)
Gives the probability of ] -inf; max ] for a normal distribution (standard_deviation)