| Sampler1DUnif | R Documentation |
Uniform random sampler for arbitrary (bounded) parameters.
paradox::Sampler -> paradox::Sampler1D -> Sampler1DUnif
new()Creates a new instance of this R6 class.
Sampler1DUnif$new(param)
param(ParamSet)
Domain / support of the distribution we want to sample from.
Must be one-dimensional.
clone()The objects of this class are cloneable with this method.
Sampler1DUnif$clone(deep = FALSE)
deepWhether to make a deep clone.
Other Sampler:
Sampler,
Sampler1D,
Sampler1DCateg,
Sampler1DNormal,
Sampler1DRfun,
SamplerHierarchical,
SamplerJointIndep,
SamplerUnif
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.