Click or drag to resize

RayleighDistribution(Double, Generator) Constructor

Initializes a new instance of the RayleighDistribution class with the specified scale parameter and generator.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public RayleighDistribution(
	double sigma,
	Generator generator
)

Parameters

sigma  Double
The scale parameter.
generator  Generator
A Generator object.
See Also