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 61646c1 commit 99de90fCopy full SHA for 99de90f
causalpy/pymc_experiments.py
@@ -142,9 +142,9 @@ class PrePostFit(ExperimentalDesign):
142
==================================Pre-Post Fit==================================
143
Formula: actual ~ 0 + a + g
144
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]
+ a 0.6, 94% HDI [0.6, 0.6]
+ g 0.3, 94% HDI [0.3, 0.3]
+ sigma 0.7, 94% HDI [0.6, 0.9]
148
"""
149
150
def __init__(
0 commit comments