You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,13 @@ to be stable during the post-intervention period. Understanding and checking
24
24
these assumptions for any given application is critical for obtaining valid
25
25
conclusions.
26
26
27
+
For Python users we recommend the implementation in
28
+
[TFP CausalImpact](https://github.com/google/tfp-causalimpact), contributed by
29
+
Colin Carroll, David Moore, Jacob Burnim, Kyle Loveless, and Susanna Makela. The
30
+
Python implementation uses TensorFlow Probability and has been designed to
31
+
produce results close to those of the R package. Some differences are expected
32
+
given the nature of randomized algorithms.
33
+
27
34
## Installation
28
35
29
36
```r
@@ -40,12 +47,15 @@ library(CausalImpact)
40
47
## Further resources
41
48
42
49
* Manuscript:
43
-
[Brodersen et al., Annals of Applied Statistics (2015)](https://research.google/pubs/pub41854/)
50
+
[Brodersen et al., Annals of Applied Statistics (2015)](https://research.google/pubs/inferring-causal-impact-using-bayesian-structural-time-series-models/)
44
51
45
52
* For questions on the statistics behind CausalImpact:
0 commit comments