evaluate_marg_dist_simul_ci {drord}R Documentation

Evaluate simultaneous confidence interval for marginal PMF or CDF.

Description

Evaluate simultaneous confidence interval for marginal PMF or CDF.

Usage

evaluate_marg_dist_simul_ci(
  marg_dist_est,
  marg_dist_eif,
  alpha,
  remove_last = FALSE
)

Arguments

marg_dist_est

The point estimate of the marginal CDF/PMF distribution

marg_dist_eif

The EIF estimates for the marginal CDF/PMF estimates

alpha

Confidence intervals have nominal level 1-alpha.

remove_last

Should the last level be removed? Should be set equal to TRUE for CDF computations and FALSE for PMF computations.

Value

List by treatment of simultaneous confidence intervals


[Package drord version 1.0.1 Index]