moderndid.SensitivityResult#
- class moderndid.SensitivityResult(lb: float, ub: float, method: str, delta: str, m: float)[source]#
Bases:
NamedTupleContainer for a single sensitivity analysis result.
- Attributes:
- lb
float Lower bound of the robust confidence interval.
- ub
float Upper bound of the robust confidence interval.
- method
str Confidence interval method used (e.g. ‘FLCI’, ‘Conditional’, ‘C-F’, ‘C-LF’).
- delta
str Type of restriction set used (e.g. ‘DeltaSD’, ‘DeltaRM’).
- m
float Value of the smoothness or relative magnitude bound parameter.
- lb
Methods
count(value, /)Return number of occurrences of value.
index(value[, start, stop])Return first index of value.
Attributes