RayleighDistribution Constructor

Constructs a new RayleighDistribution.

Definition

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

Parameters

scale  Double
Scale parameter.

Remarks

The scale parameter must be greater than zero.

Exceptions

ArgumentOutOfRangeExceptionscale is less than or equal to zero.

See Also