Rohan Verma

Learning Machine Learning and other programming stuff

View on GitHub

Time Series

Time series data is an important form of structured data in many different fields, such as finance, economics, ecology, neuroscience, and physics. Anything that is observed or measured at many points in time forms a time series. Many time series are fixed frequency, which is to say that data points occur at regular intervals according to some rule, such as every 15 seconds, every 5 minutes, or once per month. Time series can also be irregular without a fixed unit of time or offset between units. How you mark and refer to time series data depends on the application, and you may have one of the following :

  1. Timestamps, specific instants in time
  2. Fixed periods, such as the month January 2007 or the full year 2010
  3. Intervals of time, indicated by a start and end timestamp. Periods can be thought of as special cases of intervals
  4. Experiment or elapsed time; each timestamp is a measure of time relative to a particular start time

Date and Time Data Types and Tools