Closed bjonnh closed 4 years ago
Hi, I am not able to reproduce the problem either. I tried with the version of arviz mentioned in the book and with the one from master, could you try updating arviz?
Not in the book, it is in the exercise notebooks of this repo. Arviz PyMC are the last in anaconda.
I am not able to reproduce this error, try installing the arviz version specified in the book or the one from master. pip install git+git://github.com/arviz-devs/arviz.git
The plot_hpd : az.plot_hpd(x_3[:,0], trace_3['bd'], color='k')
fails with :
LinAlgError Traceback (most recent call last)