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

[Typo fix] Replace tau with t #492

Closed ian-whitestone closed 4 years ago

ian-whitestone commented 4 years ago

In the autocorrelation section of Chapter 3 for PyMC3, the series x is referred to as x_tau in one spot instead of x_t

image

CamDavidsonPilon commented 4 years ago

makes sense, thanks @ian-whitestone!