statsmodels / statsmodels

Statsmodels: statistical modeling and econometrics in Python
http://www.statsmodels.org/devel/
BSD 3-Clause "New" or "Revised" License
9.98k stars 2.87k forks source link

emplike\originregress essentially zero test coverage #782

Open josef-pkt opened 11 years ago

josef-pkt commented 11 years ago

I'm checking which modules have low test coverage.

originregress does not have unit test (according to test coverage report)

what's the status of this?

josef-pkt commented 11 years ago

@j-grana6

j-grana6 commented 11 years ago

I see this is a reply. I'm sorry I must have missed the original issue.

Anyway, I can close this up this week. It is essentially just using el_test but using the likelihood when the intercept is restricted to 0 as the maximum empirical likelihood estimator.

On 04/22/2013 10:54 PM, Josef Perktold wrote:

@j-grana6 https://github.com/j-grana6

— Reply to this email directly or view it on GitHub https://github.com/statsmodels/statsmodels/issues/782#issuecomment-16836405.

j-grana6 commented 11 years ago

See PR 787. 91% coverage.