moderndid.APRCIResult#
- class moderndid.APRCIResult(ci_lower: float, ci_upper: float, ci_length: float, theta_grid: ndarray, accept_grid: ndarray, status: str)[source]#
Bases:
NamedTupleContainer for APR confidence interval results.
- Attributes:
- ci_lower
float Lower bound of confidence interval.
- ci_upper
float Upper bound of confidence interval.
- ci_length
float Length of confidence interval.
- theta_grid
numpy.ndarray Grid of theta values tested.
- accept_grid
numpy.ndarray Boolean array indicating which theta values are in the identified set.
- status
str Optimization status.
- ci_lower
Methods
count(value, /)Return number of occurrences of value.
index(value[, start, stop])Return first index of value.
Attributes
Boolean array indicating which theta values are in the identified set.
Length of confidence interval.
Lower bound of confidence interval.
Upper bound of confidence interval.
Optimization status.
Grid of theta values tested.