Skip to content

Commit 4d79f92

Browse files
choucavalierColCarroll
authored andcommitted
Fix typos in divergence notebook (#3224)
1 parent 5297077 commit 4d79f92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/notebooks/Diagnosing_biased_Inference_with_Divergences.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
" y ~ normal(theta, sigma);\n",
138138
"}\n",
139139
"```\n",
140-
"Similarly, we can easily implemented it in `PyMC3`"
140+
"Similarly, we can easily implement it in `PyMC3`"
141141
]
142142
},
143143
{
@@ -198,7 +198,7 @@
198198
"source": [
199199
"In the [original post](http://mc-stan.org/documentation/case-studies/divergences_and_bias.html) a single chain of 1200 sample is applied. However, since split $\\hat{R}$ is not implemented in `PyMC3` we fit 2 chains with 600 sample each instead. \n",
200200
"\n",
201-
"The Gelman-Rubin diagnostic $\\hat{R}$ doesn’t indicate any problems (values are all close to 1). You could try re-running the model with a different seed and see if this still holds."
201+
"The Gelman-Rubin diagnostic $\\hat{R}$ doesn’t indicate any problem (values are all close to 1). You could try re-running the model with a different seed and see if this still holds."
202202
]
203203
},
204204
{
@@ -1816,7 +1816,7 @@
18161816
"name": "python",
18171817
"nbconvert_exporter": "python",
18181818
"pygments_lexer": "ipython3",
1819-
"version": "3.6.3"
1819+
"version": "3.6.5"
18201820
}
18211821
},
18221822
"nbformat": 4,

0 commit comments

Comments
 (0)