moderndid.ARPNuisanceCIResult#
- class moderndid.ARPNuisanceCIResult(ci_lb: float, ci_ub: float, accept_grid: ndarray, length: float)[source]#
Bases:
NamedTupleContainer for ARP confidence interval results with nuisance parameters.
- Attributes:
- ci_lb
float Lower bound of confidence interval.
- ci_ub
float Upper bound of confidence interval.
- accept_grid
numpy.ndarray Grid of values tested (1st column) and acceptance indicators (2nd column).
- length
float Length of the confidence interval.
- ci_lb
Methods
count(value, /)Return number of occurrences of value.
index(value[, start, stop])Return first index of value.
Attributes
Grid of values tested and acceptance indicators.
Lower bound of confidence interval.
Upper bound of confidence interval.
Length of the confidence interval.