moderndid.didinter.container.ATEResult#
- class moderndid.didinter.container.ATEResult(estimate: float, std_error: float, ci_lower: float, ci_upper: float, n_observations: float = 0.0, n_switchers: float = 0.0)[source]#
Bases:
NamedTupleContainer for average total effect.
- Attributes:
- estimate
float Point estimate of the average total effect.
- std_error
float Standard error of the estimate.
- ci_lower
float Lower confidence interval bound.
- ci_upper
float Upper confidence interval bound.
- n_observations
float Total observations contributing to the ATE.
- n_switchers
float Total switchers contributing to the ATE.
- estimate
Methods
count(value, /)Return number of occurrences of value.
index(value[, start, stop])Return first index of value.
Attributes
Lower confidence interval bound.
Upper confidence interval bound.
Point estimate of the average total effect.
Total observations contributing to the ATE.
Total switchers contributing to the ATE.
Standard error of the estimate.