MaxwellDistribution.Constant Property

Gets the shape parameter of this MaxwellDistribution.

Definition

Namespace: Numerics.NET.Statistics.Distributions
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public double Constant { get; }

Property Value

Double

Remarks

This shape parameter determines the behavior of the distribution near the lower bound of the interval. This property is read-only. It is equal to the standard deviation of the components of the velocity vector.

See Also