Click or drag to resize

StableDistributionBaseAeq1D Constructor

Initializes a new instance of the StableDistributionBaseAeq1D class.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public Aeq1D(
	double x,
	double beta,
	double abe
)

Parameters

x  Double
The transformed argument.
beta  Double
The skewness parameter.
abe  Double
The alternative beta helper value.
See Also