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/s

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

resampleclj/s

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

sweepclj/smultimethod

a single sweep of SMC and friends

a single sweep of SMC and friends
sourceraw docstring

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

× close