Returns the degrees of freedom for the specified factor.

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

Syntax

C#
public int DegreesOfFreedom(
	string factorName
)
Visual Basic (Declaration)
Public Function DegreesOfFreedom ( _
	factorName As String _
) As Integer
Visual C++
public:
int DegreesOfFreedom(
	String^ factorName
)

Parameters

factorName
Type: System..::.String
The name of a factor.

Return Value

The degrees of freedom for the specified factor.

See Also