Skip to content

Commit 76db186

Browse files
committed
changing references to synthetic controls to interrupted time series
1 parent 4bc1c04 commit 76db186

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/source/notebooks/sc2_pymc.ipynb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"cells": [
33
{
4+
"attachments": {},
45
"cell_type": "markdown",
56
"metadata": {},
67
"source": [
78
"# Example 2 with `pymc` models\n",
89
"\n",
9-
"This notebook shows an example of using synthetic control in a situation where we do not have untreated control units of a similar nature to the treated unit. So in this example we just have a single time series of observations and the predictor variables are simply time and month."
10+
"This notebook shows an example of using interrupted time series, where we do not have untreated control units of a similar nature to the treated unit and we just have a single time series of observations and the predictor variables are simply time and month."
1011
]
1112
},
1213
{
@@ -34,10 +35,11 @@
3435
]
3536
},
3637
{
38+
"attachments": {},
3739
"cell_type": "markdown",
3840
"metadata": {},
3941
"source": [
40-
"## Example"
42+
"## Interrupted Time Series (ITS) Example"
4143
]
4244
},
4345
{

0 commit comments

Comments
 (0)