3.4.1.2.4. statsmodels.emplike.api.ELOriginRegress

class statsmodels.emplike.api.ELOriginRegress(endog, exog)[source]

Empirical Likelihood inference and estimation for linear regression through the origin

Parameters:

endog: nx1 array

Array of response variables

exog: nxk array

Array of exogenous variables. Assumes no array of ones

Attributes

endog (nx1 array) Array of response variables
exog (nxk array) Array of exogenous variables. Assumes no array of ones
nobs (float) Number of observations
nvar (float) Number of exogenous regressors
__init__(endog, exog)[source]

3.4.1.2.4.1. Methods

__init__(endog, exog)
fit() Fits the model and provides regression results.
predict(params[, exog])