Gets the total degrees of freedom of the data.

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property DegreesOfFreedom As Integer
C#
public int DegreesOfFreedom { get; }
C++
public:
int DegreesOfFreedom {
	int get ();
}

Value

The total degrees of freedom of the data.

Exceptions

ExceptionCondition
InvalidOperationExceptionThe property is accessed before the model has been computed.