Extracting characteristics from time series data

  • #1
hi

I have a random set of time series data that is calculated after applying an algorithm to a main random time serie data, and really need to extract all the possible characteristics from the set. The goal is to measure those characteristics and perform some statistical graphs based on those measurements ad try to forecast what are the possible next behaviours of the main set.

At the moment I have observed the next characteristics:
  1. Trend linearity and curvature
  2. Size of peak and trough
  3. Time that the value is over 80 or under 20
  4. etc...
I think there are much more characteristics that can be observed. The problem is I cannot find a list with characteristics.
 

Attachments

  • Screenshot.png
    Screenshot.png
    8.1 KB · Views: 476
  • #3
There is a very general model for time series called Auto Regressive Integrated Moving Average (ARIMA). It looks for dependencies between the current and prior values. There is a Box-Jenkins technique for modeling ARIMA processes and the tools are available in the R statistical package. See https://en.wikipedia.org/wiki/Autoregressive_integrated_moving_average and http://www.statoek.wiso.uni-goettingen.de/veranstaltungen/zeitreihen/sommer03/ts_r_intro.pdf
 
  • Like
Likes Richard_Steele
  • #4
Thank you very much guys, I have tried the techniques you mentioned and it worked very good, specially the ARIMA.
 

Suggested for: Extracting characteristics from time series data

Replies
1
Views
577
Replies
7
Views
483
Replies
1
Views
545
Replies
33
Views
1K
Replies
2
Views
548
Replies
1
Views
442
Replies
2
Views
503
Back
Top