Time Series
Time Series
Time series analysis comprises methods for analyzing time series data in order to extract meaningful
statistics and other characteristics of the data. Time series forecasting is the use of a model to predict future
values based on previously observed values. While regression analysis is often employed in such a way as
to test relationships between one or more different time series, this type of analysis is not usually called
"time series analysis", which refers in particular to relationships between different points in time within a
single series.
Time series data have a natural temporal ordering. This makes time series analysis distinct from cross-
sectional studies, in which there is no natural ordering of the observations (e.g. explaining people's wages
by reference to their respective education levels, where the individuals' data could be entered in any order).
Time series analysis is also distinct from spatial data analysis where the observations typically relate to
geographical locations (e.g. accounting for house prices by the location as well as the intrinsic
characteristics of the houses). A stochastic model for a time series will generally reflect the fact that
observations close together in time will be more closely related than observations further apart. In addition,
time series models will often make use of the natural one-way ordering of time so that values for a given
period will be expressed as deriving in some way from past values, rather than from future values (see time
reversibility).
Time series analysis can be applied to real-valued, continuous data, discrete numeric data, or discrete
symbolic data (i.e. sequences of characters, such as letters and words in the English language[1]).
Methods of time series analysis may also be divided into linear and non-linear, and univariate and
multivariate.
Panel data
A time series is one type of panel data. Panel data is the general class, a multidimensional data set, whereas
a time series data set is a one-dimensional panel (as is a cross-sectional dataset). A data set may exhibit
characteristics of both panel data and time series data. One way to tell is to ask what makes one data record
unique from the other records. If the answer is the time data field, then this is a time series data set
candidate. If determining a unique record requires a time data field and an additional identifier which is
unrelated to time (e.g. student ID, stock symbol, country code), then it is panel data candidate. If the
differentiation lies on the non-time identifier, then the data set is a cross-sectional data set candidate.
Analysis
There are several types of motivation and data analysis available for time series which are appropriate for
different purposes.
Motivation
In the context of statistics, econometrics, quantitative finance, seismology, meteorology, and geophysics the
primary goal of time series analysis is forecasting. In the context of signal processing, control engineering
and communication engineering it is used for signal detection. Other applications are in data mining, pattern
recognition and machine learning, where time series analysis can be used for clustering,[2][3]
classification,[4] query by content,[5] anomaly detection as well as forecasting.[6]
Exploratory analysis
Curve fitting
Curve fitting[10][11] is the process of constructing a curve, or mathematical function, that has the best fit to a
series of data points,[12] possibly subject to constraints.[13][14] Curve fitting can involve either
interpolation,[15][16] where an exact fit to the data is required, or smoothing,[17][18] in which a "smooth"
function is constructed that approximately fits the data. A related topic is regression analysis,[19][20] which
focuses more on questions of statistical inference such as how much uncertainty is present in a curve that is
fit to data observed with random errors. Fitted curves can be used as an aid for data visualization,[21][22] to
infer values of a function where no data are available,[23] and to summarize the relationships among two or
more variables.[24] Extrapolation refers to the use of a fitted curve beyond the range of the observed
data,[25] and is subject to a degree of uncertainty[26] since it may reflect the method used to construct the
curve as much as it reflects the observed data.
Function approximation
In general, a function approximation problem asks us to select a function among a well-defined class that
closely matches ("approximates") a target function in a task-specific way. One can distinguish two major
classes of function approximation problems: First, for known target functions, approximation theory is the
branch of numerical analysis that investigates how certain known functions (for example, special functions)
can be approximated by a specific class of functions (for example, polynomials or rational functions) that
often have desirable properties (inexpensive computation, continuity, integral and limit values, etc.).
Second, the target function, call it g, may be unknown; instead of an explicit formula, only a set of points (a
time series) of the form (x, g(x)) is provided. Depending on the structure of the domain and codomain of g,
several techniques for approximating g may be applicable. For example, if g is an operation on the real
numbers, techniques of interpolation, extrapolation, regression analysis, and curve fitting can be used. If the
codomain (range or target set) of g is a finite set, one is dealing with a classification problem instead. A
related problem of online time series approximation[29] is to summarize the data in one-pass and construct
an approximate representation that can support a variety of time series queries with bounds on worst-case
error.
To some extent, the different problems (regression, classification, fitness approximation) have received a
unified treatment in statistical learning theory, where they are viewed as supervised learning problems.
In statistics, prediction is a part of statistical inference. One particular approach to such inference is known
as predictive inference, but the prediction can be undertaken within any of the several approaches to
statistical inference. Indeed, one description of statistics is that it provides a means of transferring
knowledge about a sample of a population to the whole population, and to other related populations, which
is not necessarily the same as prediction over time. When information is transferred across time, often to
specific points in time, the process is known as forecasting.
Classification
Assigning time series pattern to a specific category, for example identify a word based on series of hand
movements in sign language.
Signal estimation
This approach is based on harmonic analysis and filtering of signals in the frequency domain using the
Fourier transform, and spectral density estimation, the development of which was significantly accelerated
during World War II by mathematician Norbert Wiener, electrical engineers Rudolf E. Kálmán, Dennis
Gabor and others for filtering signals from noise and predicting signal values at a certain point in time. See
Kalman filter, Estimation theory, and Digital signal processing
Segmentation
Splitting a time-series into a sequence of segments. It is often the case that a time-series can be represented
as a sequence of individual segments, each with its own characteristic properties. For example, the audio
signal from a conference call can be partitioned into pieces corresponding to the times during which each
person was speaking. In time-series segmentation, the goal is to identify the segment boundary points in the
time-series, and to characterize the dynamical properties associated with each segment. One can approach
this problem using change-point detection, or by modeling the time-series as a more sophisticated system,
such as a Markov jump linear system.
Models
Models for time series data can have many forms and represent different stochastic processes. When
modeling variations in the level of a process, three broad classes of practical importance are the
autoregressive (AR) models, the integrated (I) models, and the moving average (MA) models. These three
classes depend linearly on previous data points.[31] Combinations of these ideas produce autoregressive
moving average (ARMA) and autoregressive integrated moving average (ARIMA) models. The
autoregressive fractionally integrated moving average (ARFIMA) model generalizes the former three.
Extensions of these classes to deal with vector-valued data are available under the heading of multivariate
time-series models and sometimes the preceding acronyms are extended by including an initial "V" for
"vector", as in VAR for vector autoregression. An additional set of extensions of these models is available
for use where the observed time-series is driven by some "forcing" time-series (which may not have a
causal effect on the observed series): the distinction from the multivariate case is that the forcing series may
be deterministic or under the experimenter's control. For these models, the acronyms are extended with a
final "X" for "exogenous".
Non-linear dependence of the level of a series on previous data points is of interest, partly because of the
possibility of producing a chaotic time series. However, more importantly, empirical investigations can
indicate the advantage of using predictions derived from non-linear models, over those from linear models,
as for example in nonlinear autoregressive exogenous models. Further references on nonlinear time series
analysis: (Kantz and Schreiber),[32] and (Abarbanel)[33]
Among other types of non-linear time series models, there are models to represent the changes of variance
over time (heteroskedasticity). These models represent autoregressive conditional heteroskedasticity
(ARCH) and the collection comprises a wide variety of representation (GARCH, TARCH, EGARCH,
FIGARCH, CGARCH, etc.). Here changes in variability are related to, or predicted by, recent past values
of the observed series. This is in contrast to other possible representations of locally varying variability,
where the variability might be modelled as being driven by a separate time-varying process, as in a doubly
stochastic model.
In recent work on model-free analyses, wavelet transform based methods (for example locally stationary
wavelets and wavelet decomposed neural networks) have gained favor. Multiscale (often referred to as
multiresolution) techniques decompose a given time series, attempting to illustrate time dependence at
multiple scales. See also Markov switching multifractal (MSMF) techniques for modeling volatility
evolution.
A Hidden Markov model (HMM) is a statistical Markov model in which the system being modeled is
assumed to be a Markov process with unobserved (hidden) states. An HMM can be considered as the
simplest dynamic Bayesian network. HMM models are widely used in speech recognition, for translating a
time series of spoken words into text.
Notation
A number of different notations are in use for time-series analysis. A common notation specifying a time
series X that is indexed by the natural numbers is written
Y = (Yt: t ∈ T),
Conditions
There are two sets of conditions under which much of the theory is built:
Stationary process
Ergodic process
Ergodicity implies stationarity, but the converse is not necessarily the case. Stationarity is usually classified
into strict stationarity and wide-sense or second-order stationarity. Both models and applications can be
developed under each of these conditions, although the models in the latter case might be considered as
only partly specified.
In addition, time-series analysis can be applied where the series are seasonally stationary or non-stationary.
Situations where the amplitudes of frequency components change with time can be dealt with in time-
frequency analysis which makes use of a time–frequency representation of a time-series or signal.[34]
Tools
Consideration of the autocorrelation function and the spectral density function (also cross-
correlation functions and cross-spectral density functions)
Scaled cross- and auto-correlation functions to remove contributions of slow components[35]
Performing a Fourier transform to investigate the series in the frequency domain
Discrete, continuous or mixed spectra of time series, depending on whether the time series
contains a (generalized) harmonic signal or not
Use of a filter to remove unwanted noise
Principal component analysis (or empirical orthogonal function analysis)
Singular spectrum analysis
"Structural" models:
General State Space Models
Unobserved Components Models
Machine Learning
Artificial neural networks
Support vector machine
Fuzzy logic
Gaussian process
Genetic Programming
Gene expression programming
Hidden Markov model
Multi expression programming
Queueing theory analysis
Control chart
Shewhart individuals control chart
CUSUM chart
EWMA chart
Detrended fluctuation analysis
Nonlinear mixed-effects modeling
Dynamic time warping[36]
Dynamic Bayesian network
Time-frequency analysis techniques:
Fast Fourier transform
Continuous wavelet transform
Short-time Fourier transform
Chirplet transform
Fractional Fourier transform
Chaotic analysis
Correlation dimension
Recurrence plots
Recurrence quantification analysis
Lyapunov exponents
Entropy encoding
Measures
Time series metrics or features that can be used for time series classification or regression analysis:[37]
Visualization
Time series can be visualized with two categories of chart: Overlapping Charts and Separated Charts.
Overlapping Charts display all-time series on the same layout while Separated Charts presents them on
different layouts (but aligned for comparison purpose)[41]
Overlapping charts
Braided graphs
Line charts
Slope graphs
GapChartfr
Separated charts
Horizon graphs
Reduced line chart (small multiples)
Silhouette graph
Circular silhouette graph
See also
Anomaly time series
Chirp
Decomposition of time series
Detrended fluctuation analysis
Digital signal processing
Distributed lag
Estimation theory
Forecasting
Frequency spectrum
Hurst exponent
Least-squares spectral analysis
Monte Carlo method
Panel analysis
Random walk
Scaled correlation
Seasonal adjustment
Sequence analysis
Signal processing
Time series database (TSDB)
Trend estimation
Unevenly spaced time series
References
1. Lin, Jessica; Keogh, Eamonn; Lonardi, Stefano; Chiu, Bill (2003). "A symbolic
representation of time series, with implications for streaming algorithms". Proceedings of the
8th ACM SIGMOD workshop on Research issues in data mining and knowledge discovery.
New York: ACM Press. pp. 2–11. CiteSeerX 10.1.1.14.5597 (https://citeseerx.ist.psu.edu/vie
wdoc/summary?doi=10.1.1.14.5597). doi:10.1145/882082.882086 (https://doi.org/10.1145%
2F882082.882086). ISBN 9781450374224. S2CID 6084733 (https://api.semanticscholar.or
g/CorpusID:6084733).
2. Liao, T. Warren (2005). "Clustering of time series data - a survey". Pattern Recognition.
Elsevier. 38 (11): 1857–1874. Bibcode:2005PatRe..38.1857W (https://ui.adsabs.harvard.ed
u/abs/2005PatRe..38.1857W). doi:10.1016/j.patcog.2005.01.025 (https://doi.org/10.1016%2
Fj.patcog.2005.01.025). S2CID 8973749 (https://api.semanticscholar.org/CorpusID:897374
9). – via ScienceDirect (subscription required)
3. Aghabozorgi, Saeed; Shirkhorshidi, Ali S.; Wah, Teh Y. (2015). "Time-series clustering – A
decade review". Information Systems. Elsevier. 53: 16–38. doi:10.1016/j.is.2015.04.007 (http
s://doi.org/10.1016%2Fj.is.2015.04.007). S2CID 158707 (https://api.semanticscholar.org/Cor
pusID:158707). – via ScienceDirect (subscription required)
4. Keogh, Eamonn J. (2003). "On the need for time series data mining benchmarks". Data
Mining and Knowledge Discovery. Kluwer. 7: 349–371. doi:10.1145/775047.775062 (https://
doi.org/10.1145%2F775047.775062). ISBN 158113567X. S2CID 41617550 (https://api.sem
anticscholar.org/CorpusID:41617550). – via ACM Digital Library (subscription required)
5. Agrawal, Rakesh; Faloutsos, Christos; Swami, Arun (October 1993). "Foundations of Data
Organization and Algorithms". Proceedings of the 4th International Conference on
Foundations of Data Organization and Algorithms. International Conference on Foundations
of Data Organization and Algorithms. Lecture Notes in Computer Science. Vol. 730. pp. 69–
84. doi:10.1007/3-540-57301-1_5 (https://doi.org/10.1007%2F3-540-57301-1_5). ISBN 978-
3-540-57301-2. – via SpringerLink (subscription required)
6. Chen, Cathy W. S.; Chiu, L. M. (September 2021). "Ordinal Time Series Forecasting of the
Air Quality Index" (https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8469594). Entropy. 23 (9):
1167. Bibcode:2021Entrp..23.1167C (https://ui.adsabs.harvard.edu/abs/2021Entrp..23.1167
C). doi:10.3390/e23091167 (https://doi.org/10.3390%2Fe23091167). PMC 8469594 (https://
www.ncbi.nlm.nih.gov/pmc/articles/PMC8469594). PMID 34573792 (https://pubmed.ncbi.nl
m.nih.gov/34573792).
7. Sarkar, Advait; Spott, Martin; Blackwell, Alan F.; Jamnik, Mateja (2016). "Visual discovery
and model-driven explanation of time series patterns" (https://doi.org/10.1109/VLHCC.2016.
7739668). 2016 IEEE Symposium on Visual Languages and Human-Centric Computing
(VL/HCC). IEEE: 78–86. doi:10.1109/vlhcc.2016.7739668 (https://doi.org/10.1109%2Fvlhcc.
2016.7739668). ISBN 978-1-5090-0252-8. S2CID 9787931 (https://api.semanticscholar.org/
CorpusID:9787931).
8. Bloomfield, P. (1976). Fourier analysis of time series: An introduction. New York: Wiley.
ISBN 978-0471082569.
9. Shumway, R. H. (1988). Applied statistical time series analysis. Englewood Cliffs, NJ:
Prentice Hall. ISBN 978-0130415004.
10. Sandra Lach Arlinghaus, PHB Practical Handbook of Curve Fitting. CRC Press, 1994.
11. William M. Kolb. Curve Fitting for Programmable Calculators. Syntec, Incorporated, 1984.
12. S.S. Halli, K.V. Rao. 1992. Advanced Techniques of Population Analysis. ISBN 0306439972
Page 165 (cf. ... functions are fulfilled if we have a good to moderate fit for the observed
data.)
13. The Signal and the Noise (https://archive.org/details/signalnoisewhymo00silv): Why So
Many Predictions Fail-but Some Don't. By Nate Silver
14. Data Preparation for Data Mining (https://books.google.com/books?id=hhdVr9F-JfAC): Text.
By Dorian Pyle.
15. Numerical Methods in Engineering with MATLAB®. By Jaan Kiusalaas. Page 24.
16. Numerical Methods in Engineering with Python 3 (https://books.google.com/books?id=Ylkg
AwAAQBAJ&q=%22curve+fitting%22). By Jaan Kiusalaas. Page 21.
17. Numerical Methods of Curve Fitting (https://books.google.com/books?id=UjnB0FIWv_AC).
By P. G. Guest, Philip George Guest. Page 349.
18. See also: Mollifier
19. Fitting Models to Biological Data Using Linear and Nonlinear Regression (http://www.facm.u
cl.ac.be/intranet/books/statistics/Prism-Regression-Book.unlocked.pdf). By Harvey Motulsky,
Arthur Christopoulos.
20. Regression Analysis By Rudolf J. Freund, William J. Wilson, Ping Sa. Page 269.
21. Visual Informatics. Edited by Halimah Badioze Zaman, Peter Robinson, Maria Petrou,
Patrick Olivier, Heiko Schröder. Page 689.
22. Numerical Methods for Nonlinear Engineering Models (https://books.google.com/books?id=r
dJvXG1k3HsC). By John R. Hauser. Page 227.
23. Methods of Experimental Physics: Spectroscopy, Volume 13, Part 1. By Claire Marton. Page
150.
24. Encyclopedia of Research Design, Volume 1. Edited by Neil J. Salkind. Page 266.
25. Community Analysis and Planning Techniques (https://books.google.com/books?id=ba0hA
QAAQBAJ). By Richard E. Klosterman. Page 1.
26. An Introduction to Risk and Uncertainty in the Evaluation of Environmental Investments.
DIANE Publishing. Pg 69 (https://books.google.com/books?id=rJ23LWaZAqsC&pg=PA69)
27. Hamming, Richard. Numerical methods for scientists and engineers. Courier Corporation,
2012.
28. Friedman, Milton. "The interpolation of time series by related series (http://www.nber.org/cha
pters/c2062.pdf)." Journal of the American Statistical Association 57.300 (1962): 729–757.
29. Gandhi, Sorabh, Luca Foschini, and Subhash Suri. "Space-efficient online approximation of
time series data: Streams, amnesia, and out-of-order (https://ieeexplore.ieee.org/abstract/doc
ument/5447930/)." Data Engineering (ICDE), 2010 IEEE 26th International Conference on.
IEEE, 2010.
30. Sandy Ryza (2020-03-18). "Time Series Analysis with Spark" (https://databricks.com/sessio
n/time-series-analysis-with-spark) (slides of a talk at Spark Summit East 2016). Databricks.
Retrieved 2021-01-12.
31. Gershenfeld, N. (1999). The Nature of Mathematical Modeling (https://archive.org/details/nat
uremathematic00gers_334). New York: Cambridge University Press. pp. 205 (https://archive.
org/details/naturemathematic00gers_334/page/n206)–208. ISBN 978-0521570954.
32. Kantz, Holger; Thomas, Schreiber (2004). Nonlinear Time Series Analysis. London:
Cambridge University Press. ISBN 978-0521529020.
33. Abarbanel, Henry (Nov 25, 1997). Analysis of Observed Chaotic Data. New York: Springer.
ISBN 978-0387983721.
34. Boashash, B. (ed.), (2003) Time-Frequency Signal Analysis and Processing: A
Comprehensive Reference, Elsevier Science, Oxford, 2003 ISBN 0-08-044335-4
35. Nikolić, D.; Muresan, R. C.; Feng, W.; Singer, W. (2012). "Scaled correlation analysis: a
better way to compute a cross-correlogram" (https://semanticscholar.org/paper/caa784fc3c2
2656413143559c402b54d0567f4d1). European Journal of Neuroscience. 35 (5): 742–762.
doi:10.1111/j.1460-9568.2011.07987.x (https://doi.org/10.1111%2Fj.1460-9568.2011.07987.
x). PMID 22324876 (https://pubmed.ncbi.nlm.nih.gov/22324876). S2CID 4694570 (https://ap
i.semanticscholar.org/CorpusID:4694570).
36. Sakoe, Hiroaki; Chiba, Seibi (1978). "Dynamic programming algorithm optimization for
spoken word recognition" (https://semanticscholar.org/paper/18f355d7ef4aa9f82bf5c00f84e
46714efa5fd77). IEEE Transactions on Acoustics, Speech, and Signal Processing. Vol. 26.
pp. 43–49. doi:10.1109/TASSP.1978.1163055 (https://doi.org/10.1109%2FTASSP.1978.116
3055). S2CID 17900407 (https://api.semanticscholar.org/CorpusID:17900407). {{cite
book}}: Missing or empty |title= (help)
37. Mormann, Florian; Andrzejak, Ralph G.; Elger, Christian E.; Lehnertz, Klaus (2007). "Seizure
prediction: the long and winding road" (https://doi.org/10.1093%2Fbrain%2Fawl241). Brain.
130 (2): 314–333. doi:10.1093/brain/awl241 (https://doi.org/10.1093%2Fbrain%2Fawl241).
PMID 17008335 (https://pubmed.ncbi.nlm.nih.gov/17008335).
38. Land, Bruce; Elias, Damian. "Measuring the 'Complexity' of a time series" (http://www.nbb.co
rnell.edu/neurobio/land/PROJECTS/Complexity/).
39. [1] Chevyrev, I., Kormilitzin, A. (2016) "A Primer on the Signature Method in Machine
Learning (https://arxiv.org/abs/1603.03788), arXiv:1603.03788v1"
40. Ropella, G. E. P.; Nag, D. A.; Hunt, C. A. (2003). "Similarity measures for automated
comparison of in silico and in vitro experimental results". Engineering in Medicine and
Biology Society. 3: 2933–2936. doi:10.1109/IEMBS.2003.1280532 (https://doi.org/10.1109%
2FIEMBS.2003.1280532). ISBN 978-0-7803-7789-9. S2CID 17798157 (https://api.semantic
scholar.org/CorpusID:17798157).
41. Tominski, Christian; Aigner, Wolfgang. "The TimeViz Browser:A Visual Survey of
Visualization Techniques for Time-Oriented Data" (http://survey.timeviz.net/). Retrieved
1 June 2014.
Further reading
De Gooijer, Jan G.; Hyndman, Rob J. (2006). "25 Tears of Time Series Forecasting".
International Journal of Forecasting. Twenty Five Years of Forecasting. 22 (3): 443–473.
CiteSeerX 10.1.1.154.9227 (https://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.154.
9227). doi:10.1016/j.ijforecast.2006.01.001 (https://doi.org/10.1016%2Fj.ijforecast.2006.01.0
01). S2CID 14996235 (https://api.semanticscholar.org/CorpusID:14996235).
Box, George; Jenkins, Gwilym (1976), Time Series Analysis: forecasting and control, rev.
ed., Oakland, California: Holden-Day
Durbin J., Koopman S.J. (2001), Time Series Analysis by State Space Methods, Oxford
University Press.
Gershenfeld, Neil (2000), The Nature of Mathematical Modeling, Cambridge University
Press, ISBN 978-0-521-57095-4, OCLC 174825352 (https://www.worldcat.org/oclc/1748253
52)
Hamilton, James (1994), Time Series Analysis, Princeton University Press, ISBN 978-0-691-
04289-3
Priestley, M. B. (1981), Spectral Analysis and Time Series, Academic Press. ISBN 978-0-12-
564901-8
Shasha, D. (2004), High Performance Discovery in Time Series, Springer, ISBN 978-0-387-
00857-8
Shumway R. H., Stoffer D. S. (2017), Time Series Analysis and its Applications: With R
Examples (ed. 4), Springer, ISBN 978-3-319-52451-1
Weigend A. S., Gershenfeld N. A. (Eds.) (1994), Time Series Prediction: Forecasting the
Future and Understanding the Past. Proceedings of the NATO Advanced Research
Workshop on Comparative Time Series Analysis (Santa Fe, May 1992), Addison-Wesley.
Wiener, N. (1949), Extrapolation, Interpolation, and Smoothing of Stationary Time Series,
MIT Press.
Woodward, W. A., Gray, H. L. & Elliott, A. C. (2012), Applied Time Series Analysis, CRC
Press.
Auffarth, Ben (2021). Machine Learning for Time-Series with Python: Forecast, predict, and
detect anomalies with state-of-the-art machine learning methods (https://www.packtpub.com/
product/machine-learning-for-time-series-with-python/9781801819626) (1st ed.). Packt
Publishing. ISBN 978-1801819626. Retrieved 5 November 2021.
External links
Introduction to Time series Analysis (Engineering Statistics Handbook) (http://www.itl.nist.go
v/div898/handbook/pmc/section4/pmc4.htm) — A practical guide to Time series analysis.