Skip to content

Commit

Permalink
fix citation
Browse files Browse the repository at this point in the history
  • Loading branch information
drbenvincent committed Dec 9, 2024
1 parent 1c3eb6f commit 535534b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/howto/hypothesis_testing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@
"id": "de465219",
"metadata": {},
"source": [
"{ref}`kruschke2018rejecting` outlines the HDI+ROPE decision rule, which is summarised in the figure taken from that paper:\n",
"{cite:t}`kruschke2018rejecting` outlines the HDI+ROPE decision rule, which is summarised in the figure taken from that paper:\n",
"\n",
"![](hdi_plus_rope_decision_rule.png)\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion examples/howto/hypothesis_testing.myst.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ az.plot_posterior(idata, var_names=["mu"], rope=rope, figsize=(14, 3));

+++

{ref}`kruschke2018rejecting` outlines the HDI+ROPE decision rule, which is summarised in the figure taken from that paper:
{cite:t}`kruschke2018rejecting` outlines the HDI+ROPE decision rule, which is summarised in the figure taken from that paper:

![](hdi_plus_rope_decision_rule.png)

Expand Down

0 comments on commit 535534b

Please sign in to comment.