Learn R Programming

sampSurf (version 0.7-6)

antitheticContainer-methods: Methods for "antitheticContainer" object creation in Package sampSurf

Description

There is only one method for the antitheticContainer generic function. Please note that this method should not be called directly. Instead, one should use the antitheticSampling constructor by passing it an object of class "'>mcsContainer" containing a collection of objects where importance, crude Monte Carlo or control variate sampling have been applied.

Arguments

Methods

signature(object = "list")

usage…

antitheticContainer(object,
                    description = 'Antithetic Sampling container object',
                    ... )

  • object: An object of class "list".

%item