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:
 
floatThe value of the log-likelihood evaluated at par.
 
 
  
  
    
      Last update:
      Jun 10, 2024