statsmodels.emplike.originregress.ELOriginRegress#

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

Empirical Likelihood inference and estimation for linear regression through the origin

Parameters:
endognx1 array

Array of response variables.

exognxk array

Array of exogenous variables. Assumes no array of ones

Attributes:
endognx1 array

Array of response variables

exognxk array

Array of exogenous variables. Assumes no array of ones.

nobsint

Number of observations.

nvarfloat

Number of exogenous regressors.

Methods

fit()

Fits the model and provides regression results

predict(params[, exog])

Return fitted values for a regression through the origin

Methods

fit()

Fits the model and provides regression results

predict(params[, exog])

Return fitted values for a regression through the origin