atoti.stats.normal.cdf(Cumulative distribution function for a normal distribution. The cdf is given by the formula Where is the mean of the distribution, is its standard deviation and the error function.
point: VariableMeasureConvertible,
/,
*,
mean: NumericMeasureConvertible,
standard_deviation: StrictlyPositiveNumber | VariableMeasureConvertible,
) → MeasureDefinition
Parameters
point
The point where the function is evaluated.mean
The mean value of the distribution.standard_deviation
The standard deviation of the distribution. Must be positive.See also:
cdf of a normal distribution.