Click or drag to resize
Accord.NET (logo)

GammaUpperIncomplete Method

Upper incomplete regularized Gamma function Q (a.k.a the incomplete complemented Gamma function)

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public static double UpperIncomplete(
	double a,
	double x
)
Request Example View Source

Parameters

a
Type: SystemDouble
x
Type: SystemDouble

Return Value

Type: Double
Remarks
This function is equivalent to Q(x) = Γ(s, x) / Γ(s).
See Also