NormOneSampleTTestDF Property |
Returns the degrees of freedom associated with the t test for
the mean.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public int TTestDF { get; }
Public ReadOnly Property TTestDF As Integer
Get
public:
property int TTestDF {
int get ();
}
member TTestDF : int with get
Property Value
Type:
Int32
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