howard_subexponential_cs: Howard et al. sub-exponential confidence sequence

View source: R/misc.R

howard_subexponential_csR Documentation

Howard et al. sub-exponential confidence sequence

Description

Howard et al. sub-exponential confidence sequence

Usage

howard_subexponential_cs(
  x,
  alpha,
  v_opt,
  running_intersection = FALSE,
  lower_bd = 0,
  upper_bd = 1
)

Arguments

x

A vector of data in [0, 1] (a real vector).

alpha

The desired type-I error level (a real in (0, 1)).

v_opt

The time to optimize the CS for (a positive integer).

Value

A list with two elements, 'l' and 'u', which are vectors of lower and upper confidence bounds, respectively.


WannabeSmith/drconfseq documentation built on Sept. 13, 2023, 3:05 a.m.