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