pymc-resources
pymc-resources copied to clipboard
PyMC educational resources
I believe the answers about sigma here were incorrect; hopefully self-explanatory
Code block 15.22 involves imputing missing data from a multivariate normal distribution. PyMC v4 does not support automatic imputation of missing data from a multivariate distribution. I left that code...
Hi Folks, I am working through Statistical Rethinking 2 and since I am more familiar with python than R I landed here. It seems to me that the book is...
Addresses https://github.com/pymc-devs/pymc-resources/issues/239 - Switches to `pm.math.softmax()` implementation for multinomial implementation of categorical model. - Adds `axis=1` to the function.
For the code in 11.56 and 11.57, I had been trying to replicate the results using the `pm.math.softmax` method, however, I was getting errors during sampling due to it producing...