Special.Regularized Gamma Q Method
Evaluates the normalized incomplete Gamma function Q(a,x).
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The normalized incomplete Gamma function Q(a,x) evaluated at a and x.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static double RegularizedGammaQ(
double a,
double x
)
Parameters
Return Value
DoubleThe normalized incomplete Gamma function Q(a,x) evaluated at a and x.