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.55k stars 7.85k forks source link

【naming mistake of a variable】Ch1_Introduction_TFP.ipynb #406

Closed hellocybernetics closed 5 years ago

hellocybernetics commented 5 years ago

In "Ch1_Introduction_TFP.ipynb", I find name mistakes. At the 3rd row of the 11th cell, n_trials_ is defined and after that name of n_trials is used second times I think that's mistakes.

I want to modify that mistakes however I have only chromebook which have no environment of git. So please modify that mistakes for tfp and python beginners instead of me.

p.s. I have great thanks to this tutorial because there are few samples of tfp code in the world.

CamDavidsonPilon commented 5 years ago

cc @matthew-mcateer

hellocybernetics commented 5 years ago

That mistakes is modified. Thanks.