Special.InverseRegularizedGammaP Method

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

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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