Click or drag to resize
FactorAnalysisDegreesOfFreedom Property
The number of degrees of freedom.

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