Skip to content
Snippets Groups Projects
Commit ccb12e0c authored by Bertrand CLOEZ's avatar Bertrand CLOEZ
Browse files

Modification vignette howto

parent d503dc2e
No related branches found
No related tags found
No related merge requests found
Pipeline #68386 passed
......@@ -29,11 +29,19 @@ library(ggplot2)
This vignette describes how to use the **kfino** algorithm on time courses in order to detect impulse noised outliers and predict the parameter of interest.
RAJOUTER DU TEXTE
Kalman filter with impulse noised outliers (Kfino) is a robust sequential algorithm 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 latters are data points that differ significantly from other observations.
The method is described in detail in arxiv preprint https://arxiv.org/abs/2208.00961.
# Description of the `spring1` dataset
blablabla
To test the Kfino algorithm, we enclosed a real data set into the Kfino package. This data set was crated for the publication:
https://doi.org/10.1016/j.compag.2018.08.022
To trial the feasibility of using an automated weighing prototype suitable for a range of contrasting sheep farming systems, the authors automatically record the weight of 15 sheeps grazing outdoor in spring.
```{r}
data(spring1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment