evaluate_marg_dist_simul_ci: Evaluate simultaneous confidence interval for marginal PMF or...

Description Usage Arguments Value

View source: R/dist_fn.R

Description

Evaluate simultaneous confidence interval for marginal PMF or CDF.

Usage

1
2
3
4
5
6
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


drord documentation built on May 21, 2021, 1:06 a.m.