We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94895b4 commit 6f9214fCopy full SHA for 6f9214f
docs/source/notebooks/sc_pymc_brexit.ipynb
@@ -161,7 +161,7 @@
161
"source": [
162
"# Examine how correlated the pre-intervention time series are\n",
163
"\n",
164
- "pre_intervention_data = df.loc[df.index > treatment_time, :]\n",
+ "pre_intervention_data = df.loc[df.index < treatment_time, :]\n",
165
166
"corr = pre_intervention_data.corr()\n",
167
0 commit comments