StableDistributionFellerPDFAlphaBetween0And01 Method |
Calculation of the PDF if alpha is inbetween 0.0 and 0.1.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static double PDFAlphaBetween0And01(
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.0 to 0.1.
- 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