Documentation Index
Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
Use this file to discover all available pages before exploring further.
atoti.stats.normal.cdf(point, /, *, mean, standard_deviation)
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.- Parameters:
- point (VariableMeasureConvertible) – The point where the function is evaluated.
- mean (NumericMeasureConvertible) – The mean value of the distribution.
- standard_deviation (StrictlyPositiveNumber | VariableMeasureConvertible) – The standard deviation of the distribution. Must be positive.
- Return type: MeasureDefinition
See also:
cdf of a normal distribution.