Skip to content

Commit 5405b31

Browse files
committed
Update student notebook
1 parent d9fd9ff commit 5405b31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

notebooks/03-student-two-group-iq.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@
288288
"metadata": {},
289289
"outputs": [],
290290
"source": [
291-
"# Use `pm.plot_posterior()`\n",
291+
"# Use `az.plot_posterior()`\n",
292292
"pm.__________________"
293293
]
294294
},
@@ -377,7 +377,7 @@
377377
"metadata": {},
378378
"outputs": [],
379379
"source": [
380-
"# Use `pm.plot_posterior`, but pass in different varnames\n",
380+
"# Use `az.plot_posterior`, but pass in different varnames\n",
381381
"_______________________"
382382
]
383383
},
@@ -489,7 +489,7 @@
489489
"metadata": {},
490490
"outputs": [],
491491
"source": [
492-
"traces = az.traceplot(trace_alt)"
492+
"traces = az.plot_trace(trace_alt)"
493493
]
494494
},
495495
{

0 commit comments

Comments
 (0)