module Stats::NormaleDistribution

Extended Modules

Defined in:

lib/normale_distribution.cr
lib/normale_distribution/persistant.cr

Instance Method Summary

Instance Method Detail

def between(standard_deviation : Number, esperance : Number, min : Number, max : Number) #

Gives the probability of [ min; max ] for a normal distribution (standard_deviation)


[View source]
def greater_than(standard_deviation : Number, esperance : Number, min : Number) #

Gives the probability of [ min; +inf [ for a normal distribution (standard_deviation)


[View source]
def less_than(standard_deviation : Number, esperance : Number, max : Number) #

Gives the probability of ] -inf; max ] for a normal distribution (standard_deviation)


[View source]