FactorAnalysisModel Enumeration |
Model type.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax Members
| Member name | Value | Description |
---|
| PrincipalComponent | -1 |
Indicates principal component (principal component model) used to
obtain the estimates.
|
| PrincipalFactor | 0 |
Indicates principal factor (common factor model) will be used to
obtain the estimates.
|
| UnweightedLeastSquares | 1 |
Indicates unweighted least-squares (common factor model) method
used to obtain the estimates. This option is the default.
|
| GeneralizedLeastSquares | 2 |
Indicates generalized least-squares (common factor model) method
used to obtain the estimates.
|
| MaximumLikelihood | 3 |
Indicates maximum likelihood method used to obtain the estimates.
Degrees of freedom is used for this estimation method.
|
| ImageFactorAnalysis | 4 |
Indicates Image-factor analysis (common factor model) method used
to obtain the estimates.
|
| AlphaFactorAnalysis | 5 |
Indicates alpha-factor analysis (common factor model) method used
to obtain the estimates. Degrees of freedom is used for this
estimation method.
|
See Also