| getalgprecomp | R Documentation |
Constructs classes of type sampalgonthefly and sampalgPrecomp.
getalgonthefly(level = 0.05, epsilon = 0.001, halfspend = 1000)
getalgprecomp(level = 0.05, epsilon = 0.001, halfspend = 1000)
level |
the threshold. |
epsilon |
the bound on the resampling risk. |
halfspend |
number of steps after which half the error has been spent. |
getalgonthefly returns an object of type sampalgonthefly.
getalgprecomp returns an object of type sampalgPrecomp.
Axel Gandy
Gandy, A. (2009) Sequential Implementation of Monte Carlo Tests with Uniformly Bounded Resampling Risk. JASA, 104(488):1504-1511.
alg<-getalgprecomp()
run(alg, function() runif(1)<0.01)
alg<-getalgonthefly()
run(alg, function() runif(1)<0.01)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.