GammaDistributionCDF(Double, Double, Double) Method |
Computes the cumulative distribution function (CDF) for a Gamma distribution with the given parameters.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static double CDF(
double x,
double A,
double B
)
Parameters
- x Double
- The value at which to evaluate the CDF.
- A Double
- Order (shape) parameter.
- B Double
- Scale parameter.
Return Value
DoubleThe value of the cumulative distribution function at
x.
See Also