Skip to content

Commit 1da897e

Browse files
committed
sales -> profit
1 parent 5bd9fed commit 1da897e

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
@@ -62,7 +62,7 @@
6262
" * Regions of Practical Equivalence (ROPE)\n",
6363
" * Bayes Factors using ArviZ's `plot_bf` function\n",
6464
"\n",
65-
"We'll work through a scenario where we want to know if the mean of some metric (e.g., sales) is different from zero."
65+
"We'll work through a scenario where we want to know if the mean of some metric (e.g., monthly profit) is different from zero."
6666
]
6767
},
6868
{

examples/howto/hypothesis_testing.myst.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ In this tutorial, we'll use PyMC to:
4747
* Regions of Practical Equivalence (ROPE)
4848
* Bayes Factors using ArviZ's `plot_bf` function
4949

50-
We'll work through a scenario where we want to know if the mean of some metric (e.g., sales) is different from zero.
50+
We'll work through a scenario where we want to know if the mean of some metric (e.g., monthly profit) is different from zero.
5151

5252
+++
5353

0 commit comments

Comments
 (0)