Returns the degrees of freedom associated with the t test for the mean.

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

Syntax

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

Field Value

A int containing the degrees of freedom for the t test.

Remarks

The t test is a test, against a two-sided alternative, of the null hypothesis value described in TTestNull.

See Also