paradox (version 0.1.0)

SamplerJointIndep: SamplerJointIndep Class

Description

Create joint, independent sampler out of multiple other samplers.

Arguments

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