SamplerJointIndep
From paradox v0.1.0
by Michel Lang
SamplerJointIndep Class
Create joint, independent sampler out of multiple other samplers.
- Keywords
- datasets
Format
R6::R6Class inheriting from Sampler.
Construction
smpl = SamplerJointIndep$new(samplers)
samplers
::list()
List of Sampler objects.
Fields
See Sampler. Additionally, the class provides:
samplers
::list()
List of Sampler objects.
Methods
See Sampler.
See Also
Other Sampler: Sampler1DCateg
,
Sampler1DNormal
,
Sampler1DRfun
, Sampler1DUnif
,
Sampler1D
,
SamplerHierarchical
,
SamplerUnif
, Sampler
Community examples
Looks like there are no examples yet.