atoti.experimental.stats.beta.ppf()#

atoti.experimental.stats.beta.ppf(point, /, *, alpha, beta)#

Percent point function for a beta distribution.

Also called inverse cumulative distribution function.

Parameters:
  • point (NonConstantMeasureConvertible) – The point where the density function is evaluated.

  • alpha (NumericMeasureConvertible) – The alpha parameter of the distribution.

  • beta (NumericMeasureConvertible) – The beta parameter of the distribution.

Return type:

MeasureDescription