GammaRelatedGammaRegularized(Double, Double) Method |
Evaluate the incomplete regularized Gamma function
GammaRegularized(a,z) = { integral from z to infinity of exp(-t) * t**(a-1) } / Gamma(a)
The order of parameters is the same as the Mathematica function GammaRegularized[a,z].
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double GammaRegularized(
double a,
double z
)
Parameters
- a Double
- The function argument.
- z Double
- The lower boundary of integration.
Return Value
DoubleIncomplete regularized Gamma function of arguments a, z0 and z1.
See Also