howard_subexponential_cs | R Documentation |
Howard et al. sub-exponential confidence sequence
howard_subexponential_cs(
x,
alpha,
v_opt,
running_intersection = FALSE,
lower_bd = 0,
upper_bd = 1
)
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). |
A list with two elements, 'l' and 'u', which are vectors of lower and upper confidence bounds, respectively.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.