Click or drag to resize

StableDistributionS0PDF(Double, Double, Double, Double, Double) Method

Gets the probability density function (PDF) for the specified scale and location.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static double PDF(
	double x,
	double alpha,
	double beta,
	double sigma,
	double mu
)

Parameters

x  Double
The value where the density is evaluated.
alpha  Double
Distribution parameter alpha (broadness exponent).
beta  Double
Distribution parameter beta (skew).
sigma  Double
Scale parameter.
mu  Double
Location parameter.

Return Value

Double
The probability density at x.
See Also