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 bf4eaaa commit 3420c9aCopy full SHA for 3420c9a
causalpy/pymc_models.py
@@ -534,7 +534,7 @@ class InterventionTimeEstimator(PyMCModel):
534
>>> df = cp.load_data("its")
535
>>> y = df["y"].values
536
>>> t = df["t"].values
537
- >>> coords = {"sseasons" = range(12)} # The data is monthly
+ >>> coords = {"seasons": range(12)} # The data is monthly
538
>>> estimator = InterventionTimeEstimator()
539
>>> # We are trying to capture an impulse in the number of death per month due to Covid.
540
>>> estimator.fit(
0 commit comments