StableDistributionS0CDFMethodAlphaOne Method |
Calculates the CDF for the special case alpha = 1.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static double CDFMethodAlphaOne(
double x,
double beta,
double abe,
ref Object?? tempStorage,
double precision
)
Parameters
- x Double
- The standardized argument.
- beta Double
- Distribution parameter beta (skew).
- abe Double
-
Parameter to specify beta with higher accuracy around -1 and 1.
It is 1 - beta for beta >= 0 or 1 + beta for beta < 0.
- 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