Click or drag to resize

StableDistributionS1(Generator) Constructor

Creates a new instance of he stable distribution in Nolan's parametrization with default parameters (alpha=1, beta=0).

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public StableDistributionS1(
	Generator generator
)

Parameters

generator  Generator
Random number generator to be used with this distribution.
See Also