getU-methods {simctest}R Documentation

Methods for Function getU in Package ‘simctest’

Description

Returns the upper boundary for the stopping rule

Usage

getU(alg,ind)

Arguments

alg

the sampling algorithm

ind

a vector of indices at which the upper stopping boundary should be returned

Methods

alg = "sampalgPrecomp"

the sampling algorithm to be used

Examples

   getU(getalgprecomp(),1:100)

[Package simctest version 2.6 Index]