arteagac / xlogit

A Python package for GPU-accelerated estimation of mixed logit models.

Home Page:https://xlogit.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Standard errors v.0.2.6.

msboy1 opened this issue · comments

commented

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

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
commented

Thank you very much!