SamplerJointIndep: SamplerJointIndep Class

SamplerJointIndepR Documentation

SamplerJointIndep Class

Description

Create joint, independent sampler out of multiple other samplers.

Super class

paradox::Sampler -> SamplerJointIndep

Public fields

samplers

(list())
List of Sampler objects.

Methods

Public methods

Inherited methods

Method new()

Creates a new instance of this R6 class.

Usage
SamplerJointIndep$new(samplers)
Arguments
samplers

(list())
List of Sampler objects.


Method clone()

The objects of this class are cloneable with this method.

Usage
SamplerJointIndep$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

See Also

Other Sampler: Sampler1DCateg, Sampler1DNormal, Sampler1DRfun, Sampler1DUnif, Sampler1D, SamplerHierarchical, SamplerUnif, Sampler


paradox documentation built on April 1, 2023, 12:15 a.m.