Learn R Programming

sampSurf (version 0.7-6)

antitheticSampling-methods: 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).

Arguments

Methods

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.

%item

%------------------------------------------------------------

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',
                   ... )

  • object: A collection of "MonteCarloSampling" subclass objects in a valid "'>mcsContainer" object.

%item