tsrobprep - an R package for robust preprocessing of time series data
Data cleaning is a crucial part of every data analysis exercise. Yet, the currently available R packages do not provide fast and robust methods for cleaning and preparation of time series data. The open source package tsrobprep introduces efficient methods for handling missing values and outliers using model based approaches. For data imputation a probabilistic replacement model is proposed, which may consist of autoregressive components and external inputs. For outlier detection a clustering algorithm based on finite mixture modelling is introduced, which considers time series properties in terms of the gradient and the underlying seasonality as features. The procedure allows to return a probability for each observation being outlying data as well as a specific cause for an outlier assignment in terms of the provided feature space. The methods work robust and are fully tunable. Moreover, by providing the auto_data_cleaning function the data preprocessing can be carried out in one cast, without comprehensive tuning and providing suitable results. The primary motivation of the package is the preprocessing of energy system data. We present application for electricity load, wind and solar power data.
Code (0)
등록된 구현이 없습니다.
Tasks
ClusteringImputationMissing ValuesOutlier DetectionTime SeriesTime Series AnalysisSimilar Papers 제목 키워드 기반
GTS_Forecaster: a novel deep learning based geodetic time series forecasting toolbox with python
Geodetic time series -- such as Global Navigation Satellite System (GNSS) positions, satellite altimetry-derived sea surface height (SSH), and tide gauge (TG) records -- is essential for monitoring surface deformation an…
Time Series ForecastingReinforcement LearningGraph Neural NetworkOutlier DetectionTockyPrep: Data Preprocessing Methods for Flow Cytometric Fluorescent Timer Analysis
Background: Fluorescent Timer proteins, which display time-dependent changes in their emission spectra, are invaluable for analyzing the temporal dynamics of cellular events at the single-cell level. We previously develo…
From Time Series to Networks in R with the ts2net Package
Network science established itself as a prominent tool for modeling time series and complex systems. This modeling process consists of transforming a set or a single time series into a network. Nodes may represent comple…
Graph MiningTime SeriesTime Series AnalysisimputeTS: Time Series Missing Value Imputation in R
The imputeTS package specializes on univariate time series imputation. It offers multiple state-of-the-art imputation algorithm implementations along with plotting functions for time series missing data statistics. While…
AttributeImputationMissing ValuesMultivariate Time Series Imputation+2OSTSC: Over Sampling for Time Series Classification in R
The OSTSC package is a powerful oversampling approach for classifying univariant, but multinomial time series data in R. This article provides a brief overview of the oversampling methodology implemented by the package. …
ClassificationGeneral ClassificationTime SeriesTime Series Analysis+1