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.51k stars 7.84k forks source link

Improve convergence on MCMC for Challenger example. #450

Closed mikeshwe closed 5 years ago

mikeshwe commented 5 years ago

Use AffineScalar bijector for alpha, and increase num_leapfrog_steps. Also, throughout the chapter, slight re-factoring on code, including more descriptive names for variables.

CamDavidsonPilon commented 5 years ago

👍 looks good, thanks @mikeshwe!