Closed ThomasMurray14 closed 3 months ago
Hi @ThomasMurray14! Thank for reporting this issue! We are aware of this issue. Recent updates in PyMC and Bambi has introduced some breaking changes in their api and we are trying to update HSSM to accommodate these changes. Fixing graphing issues is our priority. Will let you know when this is fixed.
Hi! Apologies if this has been posted several times, I've had some troubles raising issues with my github account.
I've been following along with the main tutorial, and I can't reproduce the output in this section: https://lnccbrown.github.io/HSSM/tutorials/main_tutorial/#case-1-one-parameter-is-a-regression-target
From the graph (in my code), it looks like the v parameter is not set by the regression coefficients, but rather those coefficients are treated the same as the other parameters:
If I try to estimate the model anyway, the v distribution looks mental:
I've installed HSSM (0.2.1) in a conda environment, following the installation instructions. The only additional thing I've done is install spyder. I also installed pymc=5.10 (following the instructions), as the graph visualisation didn't work with the latest version
My code is the same as on the tutorial (except I've removed the theta parameter from the last column of the matrix, as the ddm model crashed when it was included):