crudeMonteCarlo-methods {sampSurf}R Documentation

Methods for crudeMonteCarlo object construction in Package sampSurf

Description

The methods below allow for the construction of individual objects of class "crudeMonteCarlo" when applied to individual "Stem" subclass objects. Alternatively, the second constructor can be applied to a collection of "Stem" subclass objects and will return an appropriate collection of "crudeMonteCarlo" objects (see, e.g., the "mcsContainer" class).

Methods

signature(object = "Stem")

usage...

crudeMonteCarlo(object,
                segBnds = NULL,
                n.s = 1,
                startSeed = NA,
                u.s = NA,
                alphaLevel = 0.05,
                description = 'crude Monte Carlo',
                ... ) 
signature(object = "StemContainer")

See the above definitions for the first method for arguments not shown below.

usage...

crudeMonteCarlo(object,
                segBnds = NULL,
                n.s = 1, 
                startSeed = NA,
                u.s = NA,
                alphaLevel = 0.05, 
                description = 'crude Monte Carlo',
                ...) 

[Package sampSurf version 0.7-4 Index]