You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of #369 review we identified an alternate accumulate method provided by Base.Iterators that returns a lazy version of accumulate.
This has potential upsides; for example data annealing SMC/particle filtering, e.g. constructing the target posterior distributions as a sequence over increasing data/data batches. The advantage here could be only using elements of accumulate return needed for log-like calculation upto a time horizon.
The text was updated successfully, but these errors were encountered:
As part of #369 review we identified an alternate
accumulate
method provided byBase.Iterators
that returns a lazy version ofaccumulate
.This has potential upsides; for example data annealing SMC/particle filtering, e.g. constructing the target posterior distributions as a sequence over increasing data/data batches. The advantage here could be only using elements of
accumulate
return needed for log-like calculation upto a time horizon.The text was updated successfully, but these errors were encountered: