ContingencyTableDegreesOfFreedom Property |
Returns the degrees of freedom for the chi-squared tests associated
with the table.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public int DegreesOfFreedom { get; }
Public ReadOnly Property DegreesOfFreedom As Integer
Get
public:
property int DegreesOfFreedom {
int get ();
}
member DegreesOfFreedom : int with get
Property Value
Type:
Int32
An
int scalar containing the degrees of freedom for the
chi-squared tests associated with the table.
See Also