atoti.stats.normal.ppf(Percent point function for a normal distribution. Also called inverse cumulative distribution function. The ppf is given by the formula Where is the mean of the distribution, is its standard deviation and the inverse of 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:
Quantile function of a normal distribution.