Click or drag to resize

StableDistributionSymmetric Constructor

Initializes a new instance of the StableDistributionSymmetric class.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public StableDistributionSymmetric(
	Generator gen
)

Parameters

gen  Generator
The random number generator used by the base distribution implementation.
See Also