Public Function GammaIT( _ ByVal vA As Variant _ , ByVal vX As Variant _ ) As Variant
GammaIT(1.0, 1.0) = 0.632120558828558 GammaIT(1.0, 2.0) = 0.432332358381694 GammaIT(2.0, 1.0) = 0.264241117657115 GammaIT(2.0, 2.0) = 0.148498537572541 GammaIT(2.2, 1.1) = 0.200054822983999See also:
Gamma Function GammaI Function GammaIC Function GammaILn Function DGAMIT FunctionvA: Function returns Null if vA is Null or cannot be fixed up to a Double precision floating point number.
Evaluate Tricomi's incomplete Gamma function defined by
GammaIT = X^(-A)/GAMMA(A) * integral from 0 to X of EXP(-T) * T^(A-1.)for A > 0 and by analytic continuation for A <= 0. GAMMA(X) is the complete gamma function of X.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.