You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @jds485
thank you for double checking this one! Your fix is indeed correct. I uploaded your fix in a new version here on Github and on PyPi (>=1.5.10).
According to the cited paper, Line 530 of likelihoods.py should be
mu_t = np.exp(muh * comparedata)
instead of
mu_t = np.mean(muh * comparedata)
The text was updated successfully, but these errors were encountered: