moderndid.ARPNuisanceCIResult#

class moderndid.ARPNuisanceCIResult(ci_lb: float, ci_ub: float, accept_grid: ndarray, length: float)[source]#

Bases: NamedTuple

Container for ARP confidence interval results with nuisance parameters.

Attributes:
ci_lbfloat

Lower bound of confidence interval.

ci_ubfloat

Upper bound of confidence interval.

accept_gridnumpy.ndarray

Grid of values tested (1st column) and acceptance indicators (2nd column).

lengthfloat

Length of the confidence interval.

Methods

count(value, /)

Return number of occurrences of value.

index(value[, start, stop])

Return first index of value.

Attributes

accept_grid

Grid of values tested and acceptance indicators.

ci_lb

Lower bound of confidence interval.

ci_ub

Upper bound of confidence interval.

length

Length of the confidence interval.