Skip to content

Commit a26167c

Browse files
committed
split into it's own HDI+ROPE section
1 parent 9275f79 commit a26167c

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

examples/howto/hypothesis_testing.ipynb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -509,6 +509,14 @@
509509
"az.plot_posterior(idata, var_names=[\"mu\"], rope=rope, figsize=(14, 3));"
510510
]
511511
},
512+
{
513+
"cell_type": "markdown",
514+
"id": "46cf08f2",
515+
"metadata": {},
516+
"source": [
517+
"### HDI+ROPE decision criteria"
518+
]
519+
},
512520
{
513521
"cell_type": "markdown",
514522
"id": "de465219",

examples/howto/hypothesis_testing.myst.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,10 @@ Third time in a row, `arviz` has our back and can plot the ROPE and HDIs.
169169
az.plot_posterior(idata, var_names=["mu"], rope=rope, figsize=(14, 3));
170170
```
171171

172+
### HDI+ROPE decision criteria
173+
174+
+++
175+
172176
{ref}`kruschke2018rejecting` outlines the HDI+ROPE decision rule, which is summarised in the figure taken from that paper:
173177

174178
![](hdi_plus_rope_decision_rule.png)

0 commit comments

Comments
 (0)