Learn R Programming

simctest (version 2.5)

sampalgonthefly-class: Class "sampalgonthefly"

Description

A sequential sampling algorithm that creates its boundaries on the fly.

Arguments

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"): ...

References

Gandy, A. (2009) Sequential Implementation of Monte Carlo Tests with Uniformly Bounded Resampling Risk. To appear in JASA.

See Also

'>sampalgPrecomp

Examples

Run this code
# NOT RUN {
showClass("sampalgonthefly")
# }

Run the code above in your browser using DataLab