SamplerJointIndep {paradox} | R Documentation |
SamplerJointIndep Class
Description
Create joint, independent sampler out of multiple other samplers.
Super class
paradox::Sampler
-> SamplerJointIndep
Public fields
samplers
(
list()
)
List ofSampler
objects.
Methods
Public methods
Inherited methods
Method new()
Creates a new instance of this R6 class.
Usage
SamplerJointIndep$new(samplers)
Arguments
samplers
(
list()
)
List ofSampler
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:
Sampler
,
Sampler1D
,
Sampler1DCateg
,
Sampler1DNormal
,
Sampler1DRfun
,
Sampler1DUnif
,
SamplerHierarchical
,
SamplerUnif
[Package paradox version 1.0.1 Index]