statsmodels.multivariate.factor.Factor.loglike

Factor.loglike(par) [source]

Evaluate the log-likelihood function.

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_factor matrix of factor loadings and a k_endog vector of uniquenesses.
Returns: loglike
Return type: float

© 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.loglike.html