Skip to contents

Create joint, independent sampler out of multiple other samplers.

Super class

paradox::Sampler -> SamplerJointIndep

Public fields

samplers

(list())
List of Sampler objects.

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.