sampalgonthefly-class {simctest} | R Documentation |
Class "sampalgonthefly"
Description
A sequential sampling algorithm that creates its boundaries on the fly.
Objects from the Class
Objects can be created by calls of the form getalgonthefly(level,epsilon,halfspend)
.
Slots
internal
:Object of class
"environment"
. Internal state of the algorithm. Do not access.
Extends
Class "sampalg"
, directly.
Methods
- run
signature(alg = "sampalgonthefly")
: ...
- getboundaryandprob
signature(alg = "sampalgonthefly")
: ...
Author(s)
Axel Gandy
References
Gandy, A. (2009) Sequential Implementation of Monte Carlo Tests with Uniformly Bounded Resampling Risk. JASA 104(488):1504-1511.
See Also
Examples
showClass("sampalgonthefly")
[Package simctest version 2.6 Index]