Skip to content

Commit 29f6aba

Browse files
committed
update value in text to correspond to result
1 parent 9faf67b commit 29f6aba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/howto/hypothesis_testing.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@
587587
"id": "f10d77d2",
588588
"metadata": {},
589589
"source": [
590-
"We can see that the probability of $\\mu=0$ has gone _down_ after observing the data. This is reflected in the value of $BF_{01}=0.66$ in that it is less than 1."
590+
"We can see that the probability of $\\mu=0$ has gone _down_ after observing the data. This is reflected in the value of $BF_{01}=0.54$ in that it is less than 1."
591591
]
592592
},
593593
{

examples/howto/hypothesis_testing.myst.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ Yet again, `arviz` has a function to help us here. We can use `plot_bf` to compu
200200
az.plot_bf(idata, var_name="mu", ref_val=0, figsize=(14, 3));
201201
```
202202

203-
We can see that the probability of $\mu=0$ has gone _down_ after observing the data. This is reflected in the value of $BF_{01}=0.66$ in that it is less than 1.
203+
We can see that the probability of $\mu=0$ has gone _down_ after observing the data. This is reflected in the value of $BF_{01}=0.54$ in that it is less than 1.
204204

205205
+++
206206

0 commit comments

Comments
 (0)