Click or drag to resize

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.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double GammaRegularized(
	double a,
	double z
)

Parameters

a  Double
The function argument.
z  Double
The lower boundary of integration.

Return Value

Double
Incomplete regularized Gamma function of arguments a, z0 and z1.
See Also