Special.InverseRegularizedGammaP Method

Returns the inverse of the regularized Gamma function P(a, x).

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static double InverseRegularizedGammaP(
	double a,
	double p
)

Parameters

a  Double
The parameter of the Gamma function.
p  Double
The value of the regularized Gamma function.

Return Value

Double
The value x for which P(a,x) equals p.

See Also