CamDavidsonPilon / Probabilistic-Programming-and-Bayesian-Methods-for-Hackers

aka "Bayesian Methods for Hackers": An introduction to Bayesian methods + probabilistic programming with a computation/understanding-first, mathematics-second point of view. All in pure Python ;)
http://camdavidsonpilon.github.io/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/
MIT License
26.71k stars 7.87k forks source link

Fixed indexing of trace to avoid shape error #565

Closed Kraego closed 7 months ago

Kraego commented 10 months ago

Wrong shape for plotting center_trace_after (30000 samples vs. 25000 indices)

review-notebook-app[bot] commented 10 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

smith-kyle commented 8 months ago

A little late to the party, but you can review these notebook changes with GitNotebooks too: https://gitnotebooks.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/pull/565

I think it offers some advantages over what you're currently using.