StableDistributionFellerPDFAlphaBetween01And02 Method |
Calculation of the PDF if alpha is inbetween 0.1 and 0.2. For small x (1E-16), the accuracy at alpha=0.1 is only 1E-7.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static double PDFAlphaBetween01And02(
double x,
double alpha,
double gamma,
double aga,
ref Object?? tempStorage,
double precision
)
Parameters
- x Double
- The x value at which the probability density function is evaluated.
- alpha Double
- The stability parameter in the interval from 0.1 to 0.2.
- gamma Double
- The skewness parameter of the distribution.
- aga Double
- Precomputed helper value derived from alpha and gamma.
- tempStorage Object
- Temporary storage reused by the integral evaluation path.
- precision Double
- Requested numerical precision for the integral evaluation.
Return Value
DoubleThe value of the probability density function.
See Also