moderndid.OriginalCSResult#
- class moderndid.OriginalCSResult(lb: float, ub: float, method: str = 'Original', delta: str | None = None)[source]#
Bases:
NamedTupleContainer for original confidence set assuming exact parallel trends.
- Attributes:
- lb
float Lower bound of the original confidence interval assuming exact parallel trends.
- ub
float Upper bound of the original confidence interval assuming exact parallel trends.
- method
str Confidence interval method, defaults to ‘Original’.
- delta
strorNone Restriction type, defaults to None for the original estimate.
- lb
Methods
count(value, /)Return number of occurrences of value.
index(value[, start, stop])Return first index of value.
Attributes