Click or drag to resize

ExcelFunctionsBetaInv Method

Returns the inverse beta cumulative distribution value.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static double BetaInv(
	double probability,
	double alpha,
	double beta
)

Parameters

probability  Double
The cumulative probability.
alpha  Double
The alpha shape parameter.
beta  Double
The beta shape parameter.

Return Value

Double
The value whose cumulative probability matches probability.
See Also