Click or drag to resize
FactorAnalysisModel Enumeration
Model type.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public enum Model
Members
  Member nameValueDescription
PrincipalComponent-1 Indicates principal component (principal component model) used to obtain the estimates.
PrincipalFactor0 Indicates principal factor (common factor model) will be used to obtain the estimates.
UnweightedLeastSquares1 Indicates unweighted least-squares (common factor model) method used to obtain the estimates. This option is the default.
GeneralizedLeastSquares2 Indicates generalized least-squares (common factor model) method used to obtain the estimates.
MaximumLikelihood3 Indicates maximum likelihood method used to obtain the estimates. Degrees of freedom is used for this estimation method.
ImageFactorAnalysis4 Indicates Image-factor analysis (common factor model) method used to obtain the estimates.
AlphaFactorAnalysis5 Indicates alpha-factor analysis (common factor model) method used to obtain the estimates. Degrees of freedom is used for this estimation method.
See Also