StableDistributionFellerCDF(Double, Double, Double) Method |
Computes the cumulative distribution function for the specified arguments.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static double CDF(
double x,
double alpha,
double gamma
)
Parameters
- x Double
- The argument.
- alpha Double
- Distribution parameter alpha.
- gamma Double
- Distribution parameter gamma.
Return Value
DoubleThe cumulative probability.
See Also