Click or drag to resize

StableDistributionS1(Double, Double) Constructor

Creates a new instance of he stable distribution in Nolan's parametrization with given parameters (alpha, beta) and the default random number generator.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public StableDistributionS1(
	double alpha,
	double beta
)

Parameters

alpha  Double
Characteristic exponent of the distribution.
beta  Double
Skewness parameter of the distribution, in the range [-1,1].
See Also