InverseChiSquareDistribution Constructor

Constructs a new inverse Chi Squared distribution.

Definition

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

Parameters

degreesOfFreedom  Double
The number of degrees of freedom.

Exceptions

ArgumentOutOfRangeExceptiondegreesOfFreedom is less than or equal to zero.

See Also