Package: kfino 1.0.0

kfino: Kalman Filter for Impulse Noised Outliers

A method for detecting outliers with a Kalman filter on impulsed noised outliers and prediction on cleaned data. 'kfino' is a robust sequential algorithm allowing to filter data with a large number of outliers. This algorithm is based on simple latent linear Gaussian processes as in the Kalman Filter method and is devoted to detect impulse-noised outliers. These are data points that differ significantly from other observations. 'ML' (Maximization Likelihood) and 'EM' (Expectation-Maximization algorithm) algorithms were implemented in 'kfino'. The method is described in full details in the following arXiv e-Print: <arxiv:2208.00961>.

Authors:Bertrand Cloez [aut], Isabelle Sanchez [aut, cre], Benedicte Fontez [ctr]

kfino_1.0.0.tar.gz
kfino_1.0.0.zip(r-4.7)kfino_1.0.0.zip(r-4.6)kfino_1.0.0.zip(r-4.5)
kfino_1.0.0.tgz(r-4.6-any)kfino_1.0.0.tgz(r-4.5-any)
kfino_1.0.0.tar.gz(r-4.7-any)kfino_1.0.0.tar.gz(r-4.6-any)
kfino_1.0.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
kfino/json (API)

# Install 'kfino' in R:
install.packages('kfino', repos = c('https://sanchezi.r-universe.dev', 'https://cloud.r-project.org'))
Datasets:
  • lambs - A dataset containing the WoW weighing for 4 animals of 1296 observations, https://doi.org/10.1016/j.compag.2018.08.022
  • merinos1 - A dataset containing the WoW weighing for one animal (merinos lamb) of 397 observations. https://doi.org/10.1016/j.compag.2018.08.022
  • merinos2 - A dataset containing the WoW weighing for one animal (merinos lamb) of 345 observations, difficult to model. https://doi.org/10.1016/j.compag.2018.08.022
  • spring1 - A dataset containing the WoW weighing for one animal of 203 observations. https://doi.org/10.1016/j.compag.2018.08.022

On CRAN:

Conda:

This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.

3.00 score 6 scripts 208 downloads 6 exports 25 dependencies

Last updated from:9571659564. Checks:7 NOTE, 2 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64NOTE138
source / vignettesOK228
linux-release-x86_64NOTE139
macos-release-arm64NOTE179
macos-oldrel-arm64NOTE149
windows-develNOTE105
windows-releaseNOTE90
windows-oldrelNOTE138
wasm-releaseOK113

Exports:doutlierkfino_fitkfino_plotutils_EMutils_fitutils_likelihood

Dependencies:clicpp11dplyrfarvergenericsggplot2gluegtableisobandlabelinglifecyclemagrittrpillarpkgconfigR6RColorBrewerrlangS7scalestibbletidyselectutf8vctrsviridisLitewithr

How to perform a kfino outlier detection

Rendered fromHowTo.Rmdusingknitr::rmarkdownon May 15 2026.

Last update: 2022-11-03
Started: 2022-11-03

How to perform a kfino outlier detection on multiple individuals

Rendered frommultipleFit.Rmdusingknitr::rmarkdownon May 15 2026.

Last update: 2022-11-03
Started: 2022-11-03