epodium / time_series_generator

Create synthetic time series data
Apache License 2.0
0 stars 0 forks source link

Define and collect main time series types #5

Open florian-huber opened 3 years ago

florian-huber commented 3 years ago

Times series are everywhere and they can include a lot of different things. To better address this field and communicate our work, it is important to structure this a bit.

This is also to look at actual time series data and check what could be relevant. Possible resources are:

florian-huber commented 3 years ago

Possible categories to consider:

So far, that list above contains some redundancies:

Maybe it is also good to decide that we focus on time series classification. And f we use such categories to assess a model regarding its performance for classifying time series, we could also think of other stuff, e.g.:

florian-huber commented 3 years ago

Here a first attempt to start a table for common data types

Data type Description Link to example data set multivariate / univariate absolute/relative time same-type/different-type absolute/relative channel local/global pattern
EEG data from electrodes placed on scalp ... multivariate can be both same-type absolute channel can be both
Wearable motion-sensor data accelerometer and gyroscope data ... multivariate can be both different-type absolute channel? can be both
florian-huber commented 3 years ago

Here a first attempt to start a table for specific example datasets

Dataset Description Link to dataset Citation multivariate / univariate time structure same-type/different-type absolute/relative channel local/global pattern
3W Dataset Various sensor data to detect rare undesirable real events in oil wells https://github.com/ricardovvargas/3w_dataset https://doi.org/10.1016/j.petrol.2019.106223 multivariate relative time different-type absolute channel local ?
Gas sensors for home activity monitoring MOX gas sensors, and a temperature and humidity sensor https://archive.ics.uci.edu/ml/datasets/Gas+sensors+for+home+activity+monitoring see link multivariate ? different-type absolute channel ?
EEG Steady-State Visual Evoked Potential EEG data https://archive.ics.uci.edu/ml/datasets/EEG+Steady-State+Visual+Evoked+Potential+Signals# see link multivariate ? same-type absolute channel ?
Human Activity Recognition from Continuous Ambient Sensor Data Various "smart home" sensors https://archive.ics.uci.edu/ml/datasets/Human+Activity+Recognition+from+Continuous+Ambient+Sensor+Data see link multivariate ? different-type absolute channel ?
Air Quality Data Set Various sensor data https://archive.ics.uci.edu/ml/datasets/Air+Quality https://www.sciencedirect.com/science/article/abs/pii/S0925400507007691 multivariate ? different-type absolute channel ?
jspaaks commented 3 years ago

Related to https://github.com/epodium/time_series_generator/issues/5#issuecomment-788773321