atoti.experimental.stats.t.ppf()#
- atoti.experimental.stats.t.ppf(point, /, *, degrees_of_freedom)#
Percent point function for a Student’s t distribution.
Also called inverse cumulative distribution function.
- Parameters:
point (VariableMeasureConvertible) – The point where the function is evaluated.
degrees_of_freedom (StrictlyPositiveNumber | VariableMeasureConvertible) – The number of degrees of freedom. Must be positive.
- Return type:
MeasureDescription
See also