Skip to content

Commit a241150

Browse files
committed
use 1 decimal place in the docstring output
1 parent a9187dd commit a241150

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

causalpy/pymc_experiments.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1239,10 +1239,10 @@ class PrePostNEGD(ExperimentalDesign):
12391239
Results:
12401240
Causal impact = 1.88, $CI_{94%}$[1.7, 2.1]
12411241
Model coefficients:
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]
1242+
Intercept -0.4, 94% HDI [-1.1, 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]
12461246
"""
12471247

12481248
def __init__(

0 commit comments

Comments
 (0)