Skip to content
Snippets Groups Projects

pipeline status

kfino

Kalman Filter for Impulse Noised Outliers

OBJECTIVE AND DESCRIPTION ALGO

CREER SITE PKGDOWN

in progress

Installation

To install the kfino package, the easiest is to install it directly from GitLab. Open an R session and run the following commands:

if (!require("remotes")) {
  install.packages("remotes")
}
remotes::install_gitlab("isabelle.sanchez/kfino",host = "forgemia.inra.fr",
                        build_vignettes=TRUE)

Usage

Once the package is installed on your computer, it can be loaded into a R session:

library(kfino)
help(package="kfino")

Citation

As a lot of time and effort were spent in creating the kfino algorithm, please cite it when using it for data analysis:

XXX

See also citation() for citing R itself.

References

The kfino logo was created using the hexSticker package: