paradox (version 0.5.0)

SamplerJointIndep: SamplerJointIndep Class

Description

Create joint, independent sampler out of multiple other samplers.

Arguments

Super class

paradox::Sampler -> SamplerJointIndep

Public fields

samplers

(list()) List of Sampler objects.

Methods

Public 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