Skip to content

Commit 2e4b991

Browse files
committed
update docstring to make doctests pass
1 parent 6b11edc commit 2e4b991

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

causalpy/pymc_experiments.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1237,12 +1237,12 @@ class PrePostNEGD(ExperimentalDesign):
12371237
Formula: post ~ 1 + C(group) + pre
12381238
<BLANKLINE>
12391239
Results:
1240-
Causal impact = 1.8, $CI_{94%}$[1.6, 2.0]
1240+
Causal impact = 1.88, $CI_{94%}$[1.7, 2.1]
12411241
Model coefficients:
1242-
Intercept -0.4, 94% HDI [-1.2, 0.2]
1243-
C(group)[T.1] 1.8, 94% HDI [1.6, 2.0]
1244-
pre 1.0, 94% HDI [0.9, 1.1]
1245-
sigma 0.5, 94% HDI [0.4, 0.5]
1242+
Intercept -0.47, 94% HDI [-1.18, 0.24]
1243+
C(group)[T.1] 1.88, 94% HDI [1.69, 2.08]
1244+
pre 1.05, 94% HDI [0.98, 1.12]
1245+
sigma 0.51, 94% HDI [0.46, 0.56]
12461246
"""
12471247

12481248
def __init__(

0 commit comments

Comments
 (0)