SkewedGeneralizedErrorPDF Method |
Computes the probability density of the distribution at x.
Namespace: Altaxo.Calc.DistributionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static double PDF(
double location,
double scale,
double skew,
double p,
double x
)
Parameters
- location Double
- The location (μ) of the distribution.
- scale Double
- The scale (σ) of the distribution. Range: σ > 0.
- skew Double
- The skew, 1 > λ > -1.
- p Double
- Parameter that controls kurtosis. Range: p > 0.
- x Double
- The location at which to compute the density.
Return Value
DoubleThe density at
x.
See Also