Returns the inverse of the regularized Gamma function P(a, x).
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static double InverseRegularizedGammaP(
double a,
double p
)
Public Shared Function InverseRegularizedGammaP (
a As Double,
p As Double
) As Double
public:
static double InverseRegularizedGammaP(
double a,
double p
)
static member InverseRegularizedGammaP :
a : float *
p : float -> float
Parameters
- a
- Type: SystemDouble
The parameter of the Gamma function. - p
- Type: SystemDouble
The value of the regularized Gamma function.
Return Value
Type:
DoubleThe value
x for which
P(a,x) equals
p.
Reference