We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9fd9ff commit 5405b31Copy full SHA for 5405b31
notebooks/03-student-two-group-iq.ipynb
@@ -288,7 +288,7 @@
288
"metadata": {},
289
"outputs": [],
290
"source": [
291
- "# Use `pm.plot_posterior()`\n",
+ "# Use `az.plot_posterior()`\n",
292
"pm.__________________"
293
]
294
},
@@ -377,7 +377,7 @@
377
378
379
380
- "# Use `pm.plot_posterior`, but pass in different varnames\n",
+ "# Use `az.plot_posterior`, but pass in different varnames\n",
381
"_______________________"
382
383
@@ -489,7 +489,7 @@
489
490
491
492
- "traces = az.traceplot(trace_alt)"
+ "traces = az.plot_trace(trace_alt)"
493
494
495
{
0 commit comments