Package: FKF 0.2.6
FKF: Fast Kalman Filter
This is a fast and flexible implementation of the Kalman filter and smoother, which can deal with NAs. It is entirely written in C and relies fully on linear algebra subroutines contained in BLAS and LAPACK. Due to the speed of the filter, the fitting of high-dimensional linear state space models to large datasets becomes possible. This package also contains a plot function for the visualization of the state vector and graphical diagnostics of the residuals.
Authors:
FKF_0.2.6.tar.gz
FKF_0.2.6.zip(r-4.7)FKF_0.2.6.zip(r-4.6)FKF_0.2.6.zip(r-4.5)
FKF_0.2.6.tgz(r-4.6-x86_64)FKF_0.2.6.tgz(r-4.6-arm64)FKF_0.2.6.tgz(r-4.5-x86_64)FKF_0.2.6.tgz(r-4.5-arm64)
FKF_0.2.6.tar.gz(r-4.7-arm64)FKF_0.2.6.tar.gz(r-4.7-x86_64)FKF_0.2.6.tar.gz(r-4.6-arm64)FKF_0.2.6.tar.gz(r-4.6-x86_64)
FKF_0.2.6.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
FKF/json (API)
NEWS
| # Install 'FKF' in R: |
| install.packages('FKF', repos = c('https://waternumbers.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/waternumbers/fkf/issues
Pkgdown/docs site:https://waternumbers.github.io
Last updated from:91fb97dff1. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 131 | ||
| linux-devel-x86_64 | OK | 112 | ||
| source / vignettes | OK | 172 | ||
| linux-release-arm64 | OK | 118 | ||
| linux-release-x86_64 | OK | 122 | ||
| macos-release-arm64 | OK | 85 | ||
| macos-release-x86_64 | OK | 168 | ||
| macos-oldrel-arm64 | OK | 108 | ||
| macos-oldrel-x86_64 | OK | 246 | ||
| windows-devel | OK | 80 | ||
| windows-release | OK | 82 | ||
| windows-oldrel | OK | 78 | ||
| wasm-release | OK | 97 |
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Fast Kalman filter | fkf |
| Fast Kalman Smoother | fks |
| Plotting fkf objects | plot.fkf |
| Plotting fks objects | plot.fks |
