Click or drag to resize

SpecialFunctionsGammaLowerRegularized Method

Calculates regularized lower 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
C#
public static double GammaLowerRegularized(
	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: Double
Value of regularized lower incomplete Gamma function.
See Also