Evaluates the normalized incomplete Gamma function Q(a,x).
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static double RegularizedGammaQ(
double a,
double x
)
Public Shared Function RegularizedGammaQ (
a As Double,
x As Double
) As Double
public:
static double RegularizedGammaQ(
double a,
double x
)
static member RegularizedGammaQ :
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
Q(a,x) evaluated at
a and
x.
Reference