Skip to main content

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.

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

Percent point function for a beta distribution.
This feature is experimental, its key is "stats.beta.ppf".
Also called inverse cumulative distribution function.
  • Parameters:
    • point (VariableMeasureConvertible) – 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: MeasureDefinition