|
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
)
Public Shared Function UpperIncomplete (
a As Double,
x As Double
) As Double
Request Example
View SourceParameters
- a
- Type: SystemDouble
- x
- Type: SystemDouble
Return Value
Type:
DoubleRemarks
This function is equivalent to Q(x) = Γ(s, x) / Γ(s).
See Also