'Rcpp' implementation of the multivariate Kalman filter for state space models that can handle missing values and exogenous data in the observation and state equations. Kim, Chang-Jin and Charles R. Nelson (1999) "State-Space Models with Regime Switching: Classical and Gibbs-Sampling Approaches with Applications" <doi:10.7551/mitpress/6444.001.0001><http://econ.korea.ac.kr/~cjkim/>.
Version: | 1.0.0 |
Depends: | R (≥ 3.5.0) |
Imports: | Rcpp (≥ 1.0.9) |
LinkingTo: | Rcpp, RcppArmadillo |
Suggests: | data.table (≥ 1.14.2), maxLik (≥ 1.5-2), ggplot2 (≥ 3.3.6), gridExtra (≥ 2.3), knitr, rmarkdown, testthat |
Published: | 2022-09-02 |
Author: | Alex Hubbard [aut, cre] |
Maintainer: | Alex Hubbard <hubbard.alex at gmail.com> |
License: | GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] |
NeedsCompilation: | yes |
Materials: | NEWS |
In views: | TimeSeries |
CRAN checks: | kalmanfilter results |
Reference manual: | kalmanfilter.pdf |
Vignettes: |
Kalman Filter for State Space Models |
Package source: | kalmanfilter_1.0.0.tar.gz |
Windows binaries: | r-devel: kalmanfilter_1.0.0.zip, r-release: kalmanfilter_1.0.0.zip, r-oldrel: kalmanfilter_1.0.0.zip |
macOS binaries: | r-release (arm64): kalmanfilter_1.0.0.tgz, r-oldrel (arm64): kalmanfilter_1.0.0.tgz, r-release (x86_64): kalmanfilter_1.0.0.tgz, r-oldrel (x86_64): kalmanfilter_1.0.0.tgz |
Please use the canonical form https://CRAN.R-project.org/package=kalmanfilter to link to this page.