Click or drag to resize

StableDistributionS0(Double, Double) Constructor

Creates a new instance of this distribution 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 StableDistributionS0(
	double alpha,
	double beta
)

Parameters

alpha  Double
Distribution parameter alpha (broadness exponent).
beta  Double
Distribution parameter beta (skew).
See Also