RayleighDistribution Constructor

Constructs a new RayleighDistribution.

Definition

Namespace: Numerics.NET.Statistics.Distributions
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public RayleighDistribution(
	double scale
)

Parameters

scale  Double
Scale parameter.

Remarks

The scale parameter must be greater than zero.

Exceptions

ArgumentOutOfRangeException

scale is less than or equal to zero.

See Also