antitheticSampling-methods {sampSurf}R Documentation

Methods for antitheticSampling object construction in Package sampSurf

Description

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

Methods

signature(object = "MonteCarloSampling")

usage...

antitheticSampling(object,
                   alphaLevel = 0.05,
                   description = 'Antithetic Sampling',
                   ... )
signature(object = "mcsContainer")

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

usage...

antitheticSampling(object,
                   alphaLevel = 0.05,
                   description = 'Antithetic Sampling collection',
                   ... )

[Package sampSurf version 0.7-5 Index]