StableDistributionSymmetricPDFAlphaBetween099And101 Method |
Calculates the PDF for alpha in the interval [0.99, 1.01].
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static double PDFAlphaBetween099And101(
double x,
double alpha,
double precision,
ref Object?? tempStorage
)
Parameters
- x Double
- The value where the density is evaluated.
- alpha Double
- The stability parameter (0.99 <= alpha <= 1.01).
- precision Double
- Goal for the relative precision.
- tempStorage Object
- Temporary storage that can be reused between calls.
Return Value
DoubleThe probability density at
x.
See Also