StableDistributionSymmetricPDF(Double, Double, Object, Double) Method |
Calculates the probability density using either a series expansion for small or large arguments, or an integration
in the intermediate range.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static double PDF(
double x,
double alpha,
ref Object?? tempStorage,
double precision
)
Parameters
- x Double
- The value where the density is evaluated.
- alpha Double
- The stability parameter (0 < alpha <= 2).
- tempStorage Object
-
Object which can be used to speed up subsequent calculations of the function.
At the first call, provide an object initialized with , and provide this object for the
following calculations.
- precision Double
- Goal for the relative precision.
Return Value
DoubleThe probability density at
x.
See Also