Comparison of different Methods for Univariate Time Series Imputation in R
Steffen Moritz, Alexis Sard\'a, Thomas Bartz-Beielstein, Martin, Zaefferer, J\"org Stork

TL;DR
This paper reviews and compares R package methods for univariate time series imputation, highlighting effective techniques like seasonal Kalman filtering and seasonal loess decomposition based on experimental results.
Contribution
It provides a comprehensive overview and empirical comparison of univariate time series imputation methods available in R packages.
Findings
Seasonal Kalman filter and seasonal loess decomposition are most effective.
Imputation performance varies with missing data ratios and time series characteristics.
The study guides practitioners in selecting suitable imputation methods in R.
Abstract
Missing values in datasets are a well-known problem and there are quite a lot of R packages offering imputation functions. But while imputation in general is well covered within R, it is hard to find functions for imputation of univariate time series. The problem is, most standard imputation techniques can not be applied directly. Most algorithms rely on inter-attribute correlations, while univariate time series imputation needs to employ time dependencies. This paper provides an overview of univariate time series imputation in general and an in-detail insight into the respective implementations within R packages. Furthermore, we experimentally compare the R functions on different time series using four different ratios of missing data. Our results show that either an interpolation with seasonal kalman filter from the zoo package or a linear interpolation on seasonal loess decomposed…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Analysis with R · Gene expression and cancer classification · Genetic and phenotypic traits in livestock
