On this page
statsmodels.multivariate.factor.Factor.score
Factor.score(par)[source]-
Evaluate the score function (first derivative of loglike).
Parameters: par (ndarray or tuple of 2 ndarray's) – The model parameters, either a packed representation of the model parameters or a 2-tuple containing a k_endog x n_factormatrix of factor loadings and ak_endogvector of uniquenesses.Returns: score Return type: ndarray
© 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.Factor.score.html