effects.EffectResult
Posterior draws for a labeled or path-based effect.
Usage
effects.EffectResult(
name,
draws,
)Parameter Attributes
name: strdraws: np.ndarray
Attributes
| Name | Description |
|---|---|
| mean | Posterior mean of the effect. |
| prob_gt_zero | Posterior probability that the effect is greater than zero. |
| sd | Posterior standard deviation of the effect. |
mean
Posterior mean of the effect.
mean: float
prob_gt_zero
Posterior probability that the effect is greater than zero.
prob_gt_zero: float
sd
Posterior standard deviation of the effect.
sd: float
Methods
| Name | Description |
|---|---|
| hdi() | Highest density interval for the effect. |
hdi()
Highest density interval for the effect.
Usage
hdi(prob=DEFAULT_HDI_PROB)