statsmodels.multivariate.factor.FactorResults.factor_score_params

FactorResults.factor_score_params(method='bartlett') [source]

compute factor scoring coefficient matrix

The coefficient matrix is not cached.

Parameters: method ('bartlett' or 'regression') – Method to use for factor scoring. ‘regression’ can be abbreviated to reg
Returns: coeff_matrix – matrix s to compute factors f from a standardized endog ys. f = ys dot s
Return type: ndarray

Notes

The regression method follows the Stata definition. Method bartlett and regression are verified against Stats. Two inofficial methods, ‘ols’ and ‘gls’, produce similar factor scores but are not verified.

See also

factor_scoring : compute factor scores using scoring matrix

© 2009–2012 Statsmodels Developers
© 2006–2008 Scipy Developers
© 2006 Jonathan E. Taylor
Licensed under the 3-clause BSD License.
http://www.statsmodels.org/stable/generated/statsmodels.multivariate.factor.FactorResults.factor_score_params.html