ChiSquareDistribution Constructor

Constructs a new Chi Squared distribution.

DefinitionPermalink

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

ParametersPermalink

degreesOfFreedom  Double
The number of degrees of freedom.

ExceptionsPermalink

ArgumentOutOfRangeException

degreesOfFreedom is less than or equal to zero.

See AlsoPermalink