Liking cljdoc? Tell your friends :D

anglican.smc

Sequential Monte Carlo Options: :number-of-particles (1 by default) - number of particles per sweep

Sequential Monte Carlo
Options:
  :number-of-particles (1 by default)
    - number of particles per sweep
raw docstring

particle-weightsclj

(particle-weights particles)

computes relative particle weights; returns tuple [weights/max-weight max-log-weight]

computes relative particle weights;
returns tuple [weights/max-weight max-log-weight]
raw docstring

resampleclj

(resample particles number-of-new-particles)

resamples particles proportionally to their current weights; returns a sequence of number-of-new-particles resampled particles with the weight set to the average weight

resamples particles proportionally to their current weights;
returns a sequence of number-of-new-particles resampled
particles with the weight set to the average weight
raw docstring

sweepcljmultimethod

a single sweep of SMC and friends

a single sweep of SMC and friends
raw docstring

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

× close