Click or drag to resize

ExcelFunctionsGammaInv Method

Returns the inverse gamma 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 GammaInv(
	double probability,
	double alpha,
	double beta
)

Parameters

probability  Double
The cumulative probability.
alpha  Double
The shape parameter.
beta  Double
The scale parameter used by Excel semantics.

Return Value

Double
The value whose cumulative probability matches probability.
See Also