StableDistributionS1PDF(Double, Double, Double, Double, Double) Method |
Calculates the probability density function of the stable distribution in S1 parametrization.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double PDF(
double x,
double alpha,
double beta,
double scale,
double location
)
Parameters
- x Double
- Argument.
- alpha Double
- Characteristic exponent of the distribution, in the range (0,2].
- beta Double
- Skewness parameter of the distribution, in the range [-1,1].
- scale Double
- Scaling parameter (broadness) of the distribution, >0.
- location Double
- Location parameter of the distribution.
Return Value
DoubleProbability density at
x.
See Also