We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34d795d commit f37d3b3Copy full SHA for f37d3b3
causalpy/pymc_experiments.py
@@ -139,14 +139,14 @@ class PrePostFit(ExperimentalDesign):
139
==================================Pre-Post Fit==================================
140
Formula: actual ~ 0 + a + b + c + d + e + f + g
141
Model coefficients:
142
- a 0.34, 94% HDI [0.30, 0.38]
143
- b 0.05, 94% HDI [0.01, 0.09]
144
- c 0.31, 94% HDI [0.26, 0.35]
145
- d 0.06, 94% HDI [0.01, 0.10]
146
- e 0.02, 94% HDI [0.00, 0.07]
147
- f 0.19, 94% HDI [0.11, 0.26]
148
- g 0.04, 94% HDI [0.00, 0.08]
149
- sigma 0.26, 94% HDI [0.22, 0.30]
+ a 0.3, 94% HDI [0.3, 0.3]
+ b 0.0, 94% HDI [0.0, 0.0]
+ c 0.3, 94% HDI [0.2, 0.3]
+ d 0.0, 94% HDI [0.0, 0.1]
+ e 0.0, 94% HDI [0.0, 0.0]
+ f 0.1, 94% HDI [0.1, 0.2]
+ g 0.0, 94% HDI [0.0, 0.0]
+ sigma 0.2, 94% HDI [0.2, 0.3]
150
"""
151
152
def __init__(
0 commit comments