FactorAnalysisDegreesOfFreedom Property |
The number of degrees of freedom.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public int DegreesOfFreedom { get; set; }
Public Property DegreesOfFreedom As Integer
Get
Set
public:
property int DegreesOfFreedom {
int get ();
void set (int value);
}
member DegreesOfFreedom : int with get, set
Property Value
Type:
Int32
An
int value specifying the number of degrees of freedom in
the input matrix.
Remarks
If this property is not set, 100 degrees of freedom are assumed.
See Also