StableDistributionSymmetricCDF(Double, Double, Object, Double) Method |
Gets the cumulative distribution function (CDF) value.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static double CDF(
double x,
double alpha,
ref Object?? tempStorage,
double precision
)
Parameters
- x Double
- The value where the distribution function is evaluated.
- alpha Double
- The stability parameter (0 < alpha <= 2).
- tempStorage Object
- Temporary storage that can be reused between calls.
- precision Double
- Goal for the relative precision.
Return Value
DoubleThe cumulative probability P(X <= x).
See Also