Click or drag to resize

RayleighDistribution(Double) Constructor

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

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

Parameters

sigma  Double
The scale parameter.
See Also