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 6b11edc commit 2e4b991Copy full SHA for 2e4b991
causalpy/pymc_experiments.py
@@ -1237,12 +1237,12 @@ class PrePostNEGD(ExperimentalDesign):
1237
Formula: post ~ 1 + C(group) + pre
1238
<BLANKLINE>
1239
Results:
1240
- Causal impact = 1.8, $CI_{94%}$[1.6, 2.0]
+ Causal impact = 1.88, $CI_{94%}$[1.7, 2.1]
1241
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]
+ Intercept -0.47, 94% HDI [-1.18, 0.24]
+ C(group)[T.1] 1.88, 94% HDI [1.69, 2.08]
+ pre 1.05, 94% HDI [0.98, 1.12]
+ sigma 0.51, 94% HDI [0.46, 0.56]
1246
"""
1247
1248
def __init__(
0 commit comments