Extracting characteristics from time series data

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
Richard_Steele
Messages
53
Reaction score
3
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: 594
Physics news on Phys.org
  • Like
Likes   Reactions: Richard_Steele
Thank you very much guys, I have tried the techniques you mentioned and it worked very good, specially the ARIMA.