Returns the degrees of freedom in chi-squared.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public double DegreesOfFreedom { get; }
Visual Basic (Declaration)
Public ReadOnly Property DegreesOfFreedom As Double
Visual C++
public:
property double DegreesOfFreedom {
	double get ();
}

Field Value

A double containing the degrees of freedom in the chi-squared statistic.

See Also