surv-anom-det-wsn/kalman-filter

7 lines
312 B
Plaintext
Raw Permalink Normal View History

2021-02-28 13:41:51 +01:00
The root problem of drift detection and correction is predicting sensor measurements. This can usually be accomplished in two ways:
2021-02-28 22:36:22 +01:00
This usually requires one or more time series of data and an algorithm which consumes these time series and produces a prediction for the value a sensor should measure next.
2021-02-28 13:41:51 +01:00