Skip to content

Commit bec5cd8

Browse files
committed
codespell
1 parent 4761b7e commit bec5cd8

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed
-52 KB
Binary file not shown.
-52 KB
Binary file not shown.
-52 KB
Binary file not shown.
-52 KB
Binary file not shown.

docs/source/notebooks/its_no_treatment_time.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
"\n",
199199
"1. Determine which effects the intervention had (`impulse`, `level`, `trend`)\n",
200200
"\n",
201-
"2. Choose wether to:\n",
201+
"2. Choose whether to:\n",
202202
" - leave parameters to default: `priors={\"impulse\": []}`\n",
203203
" - or specify priors: `priors={\"impulse\": [mu, sigma1, sigma2]}`\n",
204204
"\n",
@@ -388,7 +388,7 @@
388388
"cell_type": "markdown",
389389
"metadata": {},
390390
"source": [
391-
"Looking at the data, we observe a noticeable increase in the number of deaths between yearss 2017 and 2019. After this period, the values seem to return to their previous level.\n",
391+
"Looking at the data, we observe a noticeable increase in the number of deaths between years 2017 and 2019. After this period, the values seem to return to their previous level.\n",
392392
"\n",
393393
"In this example, we will build a model using the \"impulse\" effect to represent this transient deviation. We won’t specify the exact location of the intervention; instead, the model will infer it from the data."
394394
]

0 commit comments

Comments
 (0)