Skip to content

Commit bb688c9

Browse files
committed
changed slightly confusing phrase
1 parent f5a395b commit bb688c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chapter3_MCMC/IntroMCMC.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -992,7 +992,7 @@
992992
"\n",
993993
"The MAP can also be used as a solution to the inference problem, as mathematically it is the *most likely* value for the unknowns. But as mentioned earlier in this chapter, this location ignores the uncertainty and doesn't return a distribution.\n",
994994
"\n",
995-
"Typically, it is always a good idea, and rarely a bad idea, to prepend your call to `mcmc` with a call to `MAP(model).fit()`. The intermediate call to `fit` is hardly computationally intensive, and will save you time later due to a shorter burn-in period. \n",
995+
"Most often it is a good idea, and rarely a bad idea, to prepend your call to `mcmc` with a call to `MAP(model).fit()`. The intermediate call to `fit` is hardly computationally intensive, and will save you time later due to a shorter burn-in period. \n",
996996
"\n",
997997
"#### Speaking of the burn-in period\n",
998998
"\n",

0 commit comments

Comments
 (0)