This directory contains the following examples
with the particle filter and smoothers.
See firstOrderVAR.Rmd for the source code
and firstOrderVAR.html
for the returned .html
file.
with the particle filter and smoothers. Here we estimate models with fewer
parameters by restricting the model.
See restrictedVAR.Rmd for the source code
and restrictedVAR.html
for the returned .html
file.
with the particle filter and smoothers and the extended Kalman filter.
See RW.Rmd for the source code
and RW.html
for the returned .html
file.
with the particle filter and smoothers with a comparison with lme4::glmer
.
See iid.Rmd for the source code
and iid.html
for the returned .html
file.
The file shows how much is gained by adding more threads on one hardware,
operating system, and compiler. The results will likely differ on another
setup. See overhead.Rmd for the source code
and overhead.html
for the returned .html
file.