Special.InverseRegularizedGammaQ Method

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

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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