-
Isabelle Sanchez authoredIsabelle Sanchez authored
README.md 970 B
kafino
Kalman Filter for Impulse Noised Outliers
OBJECTIVE AND DESCRIPTION ALGO
CREER SITE PKGDOWN
in progress
Installation
To install the kafino 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/kafino",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(kafino)
help(package="kafino")
Citation
As a lot of time and effort were spent in creating the kafino algorithm, please cite it when using it for data analysis:
XXX
See also citation() for citing R itself.