Description Usage Arguments Details Value Examples
This function updates a tree given new particles and ancestors. This is achieved by pruning the tree first, then inserting the new particles according to their respective ancestors.
1 | tree_update(tree, X_t, a_t)
|
tree |
is a |
X_t |
is a |
a_t |
is a vector of length |
See documentation of tree_init
for a description of the tree's fields.
See also Path storage in the particle filter, by Jacob, Murray, Rubenthaler (2015)
[https://link.springer.com/article/10.1007/s11222-013-9445-x]
This function outputs the tree
with updated fields (see details).
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.