Click or drag to resize
NormOneSampleTTestDF Property
Returns the degrees of freedom associated with the t test for the mean.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public int TTestDF { 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