Maxwell Distribution 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.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
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.