AdvancedMathRightRegularizedGamma Method |
Computes the normalized upper (right) incomplete Gamma function.
Namespace:
Meta.Numerics.Functions
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public static double RightRegularizedGamma(
double a,
double x
)
Public Shared Function RightRegularizedGamma (
a As Double,
x As Double
) As Double
public:
static double RightRegularizedGamma(
double a,
double x
)
static member RightRegularizedGamma :
a : float *
x : float -> float
Parameters
- a
- Type: SystemDouble
The shape parameter, which must be positive. - x
- Type: SystemDouble
The argument, which must be non-negative.
Return Value
Type:
DoubleThe value of Γ(a,x)/Γ(a).
Exceptions Remarks See Also