Package: FKF
Title: Fast Kalman Filter
Version: 0.1.7
Authors@R: c(person(given = "David", family="Luethi", role=c("aut")),
	    person(given = "Philipp", family="Erb", role=c("aut")),
	    person(given = "Simon", family="Otziger", role=c("aut")),
	    person(given = "Paul",
           	family = "Smith",
           	role = c("cre"),
           	email = "paul@waternumbers.co.uk",
           	comment = c(ORCID = "0000-0002-0034-3412")))
Description: This is a fast and flexible implementation of the Kalman
        filter, 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.
License: GPL (>= 2)
Encoding: UTF-8
Imports: graphics
Suggests: RUnit, knitr, rmarkdown, covr, pkgdown
Depends: R(>= 2.8)
BugReports: https://github.com/waternumbers/FKF/issues
URL: https://waternumbers.github.io/FKF/,
        https://github.com/waternumbers/FKF
NeedsCompilation: yes
RoxygenNote: 7.1.0
VignetteBuilder: knitr
Packaged: 2020-06-11 13:45:49 UTC; paul
Author: David Luethi [aut],
  Philipp Erb [aut],
  Simon Otziger [aut],
  Paul Smith [cre] (<https://orcid.org/0000-0002-0034-3412>)
Maintainer: Paul Smith <paul@waternumbers.co.uk>
Repository: CRAN
Date/Publication: 2020-06-14 14:50:15 UTC
