SpecialFunctionsGammaUpperRegularized Method
|
Calculates regularized upper incomplete Gamma function.
http://en.wikipedia.org/wiki/Incomplete_gamma_function#Regularized_Gamma_functions_and_Poisson_random_variables
Namespace:
FinMath
Assembly:
FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax public static double GammaUpperRegularized(
double a,
double x
)
Parameters
- a
- Type: SystemDouble
Gamma argument. Must be positive. - x
- Type: SystemDouble
Upper limit of integral. Must be nonnegative.
Return Value
Type:
DoubleValue of regularized upper incomplete Gamma function.
See Also