moderndid.OriginalCSResult#

class moderndid.OriginalCSResult(lb: float, ub: float, method: str = 'Original', delta: str | None = None)[source]#

Bases: NamedTuple

Container for original confidence set assuming exact parallel trends.

Attributes:
lbfloat

Lower bound of the original confidence interval assuming exact parallel trends.

ubfloat

Upper bound of the original confidence interval assuming exact parallel trends.

methodstr

Confidence interval method, defaults to ‘Original’.

deltastr or None

Restriction type, defaults to None for the original estimate.

Methods

count(value, /)

Return number of occurrences of value.

index(value[, start, stop])

Return first index of value.

Attributes

delta

Restriction type.

lb

Lower bound of the original confidence interval.

method

Confidence interval method.

ub

Upper bound of the original confidence interval.