arteagac / xlogit

A Python package for GPU-accelerated estimation of mixed logit models.
https://xlogit.readthedocs.io
GNU General Public License v3.0
49 stars 22 forks source link

Standard errors v.0.2.6. #20

Closed msboy1 closed 1 year ago

msboy1 commented 1 year ago

Hi Cristian Arteaga,

Thank you for your package. I encounter a problem with standard errors when I run my code with version 0.2.6. The issue is that all of them are reported to be equal to 1, but when I run the same code and data on version 0.2.4. I do not have this problem. Am I missing something with the new version maybe?

Thanks in advance. Best, Max

arteagac commented 1 year ago

Dear Max,

Thank you very much for pointing out this error, which was introduced in v0.2.6. I have fixed the error and released a new version (v0.2.7), which I recommend using instead of v0.2.6. Please update xlogit using the command below:

pip install --upgrade xlogit
msboy1 commented 1 year ago

Thank you very much!