Click or drag to resize

SkewedGeneralizedErrorPDF Method

Computes the probability density of the distribution at x.

Namespace: Altaxo.Calc.Distributions
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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

Double
The density at x.
See Also