Evaluates the incomplete Gamma function between two
arguments.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static double IncompleteGamma(
double a,
double x1,
double x2
)
Public Shared Function IncompleteGamma (
a As Double,
x1 As Double,
x2 As Double
) As Double
public:
static double IncompleteGamma(
double a,
double x1,
double x2
)
static member IncompleteGamma :
a : float *
x1 : float *
x2 : float -> float
Parameters
- a
- Type: SystemDouble
The shape parameter. - x1
- Type: SystemDouble
The first argument. - x2
- Type: SystemDouble
The second argument.
Return Value
Type:
DoubleGamma(a, x1) - Gamma(a, x2).
Reference