antitheticSampling object construction in Package
sampSurfThe 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).
signature(object = "MonteCarloSampling")usage…
antitheticSampling(object,
alphaLevel = 0.05,
description = 'Antithetic Sampling',
... )object: An object that is a subclass of
"MonteCarloSampling".
alphaLevel: The two-tailed alpha-level for
confidence interval construction.
description: A character vector description of the
object.
%------------------------------------------------------------
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',
... )