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

> atoti.stats.beta.ppf(<br />
>     *point*: VariableMeasureConvertible,<br />
>     /,<br />
>     \*,<br />
>     *alpha*: NumericMeasureConvertible,<br />
>     *beta*: NumericMeasureConvertible,<br />
> ) → MeasureDefinition

Percent point function for a beta distribution.

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

Also called inverse cumulative distribution function.

### Parameters

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

The point where the density function is evaluated.

<h4 id="atoti.stats.beta.ppf.alpha">
  *alpha*
</h4>

The alpha parameter of the distribution.

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

The beta parameter of the distribution.

***

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