Skip to content

Commit 99de90f

Browse files
committed
reduce precision of prepostfit summary
1 parent 61646c1 commit 99de90f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

causalpy/pymc_experiments.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,9 @@ class PrePostFit(ExperimentalDesign):
142142
==================================Pre-Post Fit==================================
143143
Formula: actual ~ 0 + a + g
144144
Model coefficients:
145-
a 0.62, 94% HDI [0.61, 0.64]
146-
g 0.38, 94% HDI [0.36, 0.39]
147-
sigma 0.76, 94% HDI [0.64, 0.90]
145+
a 0.6, 94% HDI [0.6, 0.6]
146+
g 0.3, 94% HDI [0.3, 0.3]
147+
sigma 0.7, 94% HDI [0.6, 0.9]
148148
"""
149149

150150
def __init__(

0 commit comments

Comments
 (0)