cross_prob_varying: Calculate the upper bound on the boundary crossing...

Description Usage Arguments Value

View source: R/cross_prob_no_sep.R

Description

Time-varying threshold for the non-separation case.

Usage

1
cross_prob_varying(g_fun = NULL, exp_g_fun = NULL, eta = 1.1, k_max = 10000L)

Arguments

g_fun

positive function on [1,∞) (R function object, default is NULL).

exp_g_fun

positive function on \mathbb{N} \times [1,∞) for the exponent term in the upper bound in Theorem 1 (R function object, default is NULL). Either g_fun or exp_g_fun must be non-null. If both are provided, exp_g_fun will be used.

eta

Peeling size (default = 1.1).

k_max

Maximum numbers of summations. (positive integer, default = 1e+4L)

Value

The upper bound on the boundary crossing probability based on Theorem 1.


shinjaehyeok/SGLRT_paper documentation built on Oct. 25, 2020, 8:11 a.m.