Sampler1DUnif
From paradox v0.1.0
by Michel Lang
Sampler1DUnif Class
Uniform random sampler for arbitrary (bounded) parameters.
- Keywords
- datasets
Format
R6::R6Class inheriting from Sampler1D.
Construction
smpl = Sampler1DUnif$new(param)
param
:: Param Domain / support of the distribution we want to sample from.
Fields
See Sampler1D.
Methods
See Sampler1D.
See Also
Other Sampler: Sampler1DCateg
,
Sampler1DNormal
,
Sampler1DRfun
, Sampler1D
,
SamplerHierarchical
,
SamplerJointIndep
,
SamplerUnif
, Sampler
Community examples
Looks like there are no examples yet.