Click or drag to resize

StableDistributionFellerInitialize Method

Initializes this instance of the distribution with the distribution parameters.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Initialize(
	double alpha,
	double gamma,
	double aga,
	double scale,
	double location
)

Parameters

alpha  Double
Distribution parameter alpha (broadness exponent).
gamma  Double
Distribution parameter gamma (skew).
aga  Double
Parameter to specify gamma with higher accuracy around it's limit(s). For an explanation how aga is defined, see GetAgaFromAlphaGamma(Double, Double).
scale  Double
Scaling parameter (broadness of the distribution).
location  Double
Location of the distribution.
See Also