StableDistributionFellerPDFAlphaBetween199999And2 Method |
Calculation of the PDF if alpha is inbetween 1.99999 and 2. For small x ( max 7), the asymptotic expansion is used.
For big x, the maximum value resulting from direct integration and series expansion w.r.t. alpha is used.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static double PDFAlphaBetween199999And2(
double x,
double alpha,
double gamma,
double aga,
ref Object?? tempStorage,
double precision
)
Parameters
- x Double
- The argument.
- alpha Double
- Distribution parameter alpha.
- gamma Double
- Distribution parameter gamma.
- aga Double
- Alternative gamma parameter to improve precision.
- tempStorage Object
- Temporary storage reused between calls.
- precision Double
- Relative precision goal.
Return Value
DoubleThe probability density value.
See Also