StableDistributionSymmetricPDF(Double, Double) Method |
Gets the probability density function (PDF) of the symmetric stable distribution.
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
)
Parameters
- x Double
- The value where the density is evaluated.
- alpha Double
- The stability parameter (0 < alpha <= 2).
Return Value
DoubleThe probability density at
x.
See Also