Skip to main content
atoti.stats.t.ppf(
    point: VariableMeasureConvertible,
    /,
    *,
    degrees_of_freedom: StrictlyPositiveNumber | VariableMeasureConvertible,
) → MeasureDefinition
Percent point function for a Student’s t distribution.
This feature is experimental, its key is "stats.t.ppf".
Also called inverse cumulative distribution function.

Parameters

point

The point where the function is evaluated.

degrees_of_freedom

The number of degrees of freedom. Must be positive.