> ## 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.t.ppf" />

> atoti.stats.t.ppf(<br />
>     *point*: VariableMeasureConvertible,<br />
>     /,<br />
>     \*,<br />
>     *degrees\_of\_freedom*: StrictlyPositiveNumber | VariableMeasureConvertible,<br />
> ) → MeasureDefinition

Percent point function for a Student’s t distribution.

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

Also called inverse cumulative distribution function.

### Parameters

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

The point where the function is evaluated.

<h4 id="atoti.stats.t.ppf.degrees_of_freedom">
  *degrees\_of\_freedom*
</h4>

The number of degrees of freedom.
Must be positive.

***

<Callout icon="link">
  **See also**:
  [The Student’s t Wikipedia page](https://en.wikipedia.org/wiki/Student%27s_t-distribution).
</Callout>
