Update numerical integration for group sequential design
Source:R/gridpts_h1_hupdate_rcpp_interface.R
hupdate.Rd
Update grid points for numerical integration from one analysis to the next
Usage
hupdate(
r = 18,
theta = 0,
I = 2,
a = -Inf,
b = Inf,
thetam1 = 0,
Im1 = 1,
gm1 = h1()
)
Arguments
- r
Integer, at least 2; default of 18 recommended by Jennison and Turnbull
- theta
Drift parameter for current analysis
- I
Information at current analysis
- a
lower limit of integration (scalar)
- b
upper limit of integration (scalar
> a
)- thetam1
Drift parameter for previous analysis
- Im1
Information at previous analysis
- gm1
numerical integration grid from
h1()
or previous run ofhupdate()