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 a9187dd commit a241150Copy full SHA for a241150
causalpy/pymc_experiments.py
@@ -1239,10 +1239,10 @@ class PrePostNEGD(ExperimentalDesign):
1239
Results:
1240
Causal impact = 1.88, $CI_{94%}$[1.7, 2.1]
1241
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]
+ Intercept -0.4, 94% HDI [-1.1, 0.2]
+ C(group)[T.1] 1.8, 94% HDI [1.6, 2.0]
+ pre 1.0, 94% HDI [0.9, 1.1]
+ sigma 0.5, 94% HDI [0.4, 0.5]
1246
"""
1247
1248
def __init__(
0 commit comments