statsmodels.emplike.originregress.ELOriginRegress#
- class statsmodels.emplike.originregress.ELOriginRegress(endog, exog)[source]#
Empirical Likelihood inference and estimation for linear regression through the origin
- Parameters:
- Attributes:
Methods
fit()Fits the model and provides regression results
predict(params[, exog])Return fitted values for a regression through the origin
Methods