MaxwellDistribution Constructor

Constructs a new MaxwellDistribution using the specified scale parameter.

Definition

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

Parameters

alpha  Double
The scale parameter of the distribution.

Remarks

This constructor creates a MaxwellDistribution that is defined over the positive real axis with scale parameter equal to alpha.

See Also