The variance estimation method.
An int
used to designate the method to be applied for obtaining the initial estimates of the unique variances.
By default, VarianceEstimationMethod
is set to 1.
init | Method |
---|---|
0 | Initial estimates are taken as the constant 1-nfactors/(2*nvar) divided by the diagonal elements of the inverse of input matrix cov . |
1 | Initial estimates are input by the user in vector uniq . |
uniq
are reset to 0.0.
FactorAnalysis Class | Imsl.Stat Namespace