> ## 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.

# ppf()

<span id="atoti.stats.f.ppf" />

> atoti.stats.f.ppf(<br />
>     *point*: VariableMeasureConvertible,<br />
>     /,<br />
>     \*,<br />
>     *numerator\_degrees\_of\_freedom*: StrictlyPositiveNumber | VariableMeasureConvertible,<br />
>     *denominator\_degrees\_of\_freedom*: StrictlyPositiveNumber | VariableMeasureConvertible,<br />
> ) → MeasureDefinition

Percent point function for a F-distribution.

<Warning>
  This feature is [`experimental`](./atoti.experimental#atoti.experimental), its key is `"stats.f.ppf"`.
</Warning>

Also called inverse cumulative distribution function.

### Parameters

<h4 id="atoti.stats.f.ppf.point">
  *point*
</h4>

The point where the function is evaluated.

<h4 id="atoti.stats.f.ppf.numerator_degrees_of_freedom">
  *numerator\_degrees\_of\_freedom*
</h4>

Numerator degrees of freedom.
Must be positive.

<h4 id="atoti.stats.f.ppf.denominator_degrees_of_freedom">
  *denominator\_degrees\_of\_freedom*
</h4>

Denominator degrees of freedom.
Must be positive.

***

<Callout icon="link">
  **See also**:
  [The F-distribution Wikipedia page](https://en.wikipedia.org/wiki/F-distribution).
</Callout>
