Special.InverseRegularizedGammaQ Method

Returns the inverse of the regularized Gamma function Q(a, x).

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static double InverseRegularizedGammaQ(
	double a,
	double q
)

Parameters

a  Double
The parameter of the Gamma function.
q  Double
The value of the regularized Gamma function.

Return Value

Double
The value x for which Q(a,x) equals q.

See Also