ChiSquareDistribution Constructor

Constructs a new Chi Squared distribution.

Definition

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

Parameters

degreesOfFreedom  Double
The number of degrees of freedom.

Exceptions

ArgumentOutOfRangeException

degreesOfFreedom is less than or equal to zero.

See Also