Evaluates the normalized incomplete Gamma function P(a,x).
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static double RegularizedGammaP(
double a,
double x
)
Public Shared Function RegularizedGammaP (
a As Double,
x As Double
) As Double
public:
static double RegularizedGammaP(
double a,
double x
)
static member RegularizedGammaP :
a : float *
x : float -> float
Parameters
- a
- Type: SystemDouble
A real number greater than zero. - x
- Type: SystemDouble
A real number greater than or equal
to zero.
Return Value
Type:
DoubleThe normalized incomplete Gamma function
P(a,x)evaluated at
a and
x.
Reference