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.f.ppf(point, /, *, numerator_degrees_of_freedom, denominator_degrees_of_freedom)
Percent point function for a F-distribution. Also called inverse cumulative distribution function.- Parameters:
- point (VariableMeasureConvertible) – The point where the function is evaluated.
- numerator_degrees_of_freedom (StrictlyPositiveNumber | VariableMeasureConvertible) – Numerator degrees of freedom. Must be positive.
- denominator_degrees_of_freedom (StrictlyPositiveNumber | VariableMeasureConvertible) – Denominator degrees of freedom. Must be positive.
- Return type: MeasureDefinition
See also:
The F-distribution Wikipedia page.