|
GammaLowerIncomplete Method
|
Lower incomplete regularized gamma function P
(a.k.a. the incomplete Gamma function).
Namespace:
Accord.Math
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public static double LowerIncomplete(
double a,
double x
)
Public Shared Function LowerIncomplete (
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 P(x) = γ(s, x) / Γ(s).
See Also