Package: FKF
Title: Fast Kalman Filter
Version: 0.2.3
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 = "Daniel",
           	family = "McDonald",
           	role = c("aut"),
           	email = "daniel@stat.ubc.ca"),
	    person(given = "Paul",
           	family = "Smith",
           	role = c("aut","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 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.
License: GPL (>= 2)
Encoding: UTF-8
Imports: graphics
Suggests: knitr, rmarkdown, covr, pkgdown, testthat (>= 3.0.0)
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.2
VignetteBuilder: knitr
Config/testthat/edition: 3
Packaged: 2021-12-17 15:26:20 UTC; paul
Author: David Luethi [aut],
  Philipp Erb [aut],
  Simon Otziger [aut],
  Daniel McDonald [aut],
  Paul Smith [aut, cre] (<https://orcid.org/0000-0002-0034-3412>)
Maintainer: Paul Smith <paul@waternumbers.co.uk>
Repository: CRAN
Date/Publication: 2021-12-17 16:32:03 UTC
Built: R 4.0.2; x86_64-apple-darwin17.0; 2021-12-18 11:28:19 UTC; unix
Archs: FKF.so.dSYM
