Click or drag to resize

StableDistributionFeller(Generator) Constructor

Creates a new instance of this distribution 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 StableDistributionFeller(
	Generator generator
)

Parameters

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