Particle Gibbs (Iterated Conditional SMC) Options: :number-of-particles (2 by default) - number of particles per sweep
Particle Gibbs (Iterated Conditional SMC) Options: :number-of-particles (2 by default) - number of particles per sweep
initial state for Particle Gibbs
initial state for Particle Gibbs
(release-retained-state state)
returns the updated state with ::future-samples removed, so that next random choices are sampled rather than restored
returns the updated state with ::future-samples removed, so that next random choices are sampled rather than restored
(retained-initial-state retained-particle)
returns the initial state for a retained particle
returns the initial state for a retained particle
(retained-state? state)
whether the state is retained
whether the state is retained
(retrieve-retained-sample state)
returns the updated state with the rest of samples and the retained sample
returns the updated state with the rest of samples and the retained sample
(store-sample state value)
returns the updated state with the new sample added to past-samples
returns the updated state with the new sample added to past-samples
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close