Gets the degrees of freedom for the error.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

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

See Also