Skip to content

Commit 7315283

Browse files
committed
small docstring update
1 parent 07ce191 commit 7315283

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

causalpy/pymc_models.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -756,6 +756,9 @@ class InterventionTimeEstimator(PyMCModel):
756756
Custom PyMC model to estimate the time an intervention took place.
757757
758758
This model implements three types of changepoints: level shift, trend change, and impulse response.
759+
While the underlying mathematical framework could theoretically be applied to other changepoint
760+
detection problems, it has been specifically designed and tested for use in interrupted time
761+
series causal inference settings.
759762
760763
In words:
761764
- `beta` represents the regression coefficients for the baseline signal `μ`.

0 commit comments

Comments
 (0)