Liking cljdoc? Tell your friends :D

anglican.pgibbs

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
raw docstring

initial-stateclj/s

initial state for Particle Gibbs

initial state for Particle Gibbs
sourceraw docstring

release-retained-stateclj/s

(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
sourceraw docstring

retained-initial-stateclj/s

(retained-initial-state retained-particle)

returns the initial state for a retained particle

returns the initial state for a retained particle
sourceraw docstring

retained-state?clj/s

(retained-state? state)

whether the state is retained

whether the state is retained
sourceraw docstring

retrieve-retained-sampleclj/s

(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
sourceraw docstring

store-sampleclj/s

(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
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close