MaxwellDistribution Constructor

Constructs a new MaxwellDistribution using the specified shape parameters.

Definition

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

Parameters

alpha  Double
Shape parameter of the distribution.

Remarks

Maxwell distributions have one shape parameter, usually called α.

This constructor creates an MaxwellDistribution that is defined over the positive real axis with scale parameter equal to 1. Another constructor allows you to specify the location and scale parameters.

See Also