1.2.10.1.8. statsmodels.api.OLS.loglike

OLS.loglike(params)[source]

The likelihood function for the clasical OLS model.

Parameters:

params : array-like

The coefficients with which to estimate the log-likelihood.

Returns:

The concentrated likelihood function evaluated at params.