HOME

TheInfoList



OR:

The decomposition of time series is a
statistical Statistics (from German: '' Statistik'', "description of a state, a country") is the discipline that concerns the collection, organization, analysis, interpretation, and presentation of data. In applying statistics to a scientific, industr ...
task that deconstructs a
time series In mathematics, a time series is a series of data points indexed (or listed or graphed) in time order. Most commonly, a time series is a sequence taken at successive equally spaced points in time. Thus it is a sequence of discrete-time data. Ex ...
into several components, each representing one of the underlying categories of patterns. There are two principal types of decomposition, which are outlined below.


Decomposition based on rates of change

This is an important technique for all types of
time series analysis In mathematics Mathematics is an area of knowledge that includes the topics of numbers, formulas and related structures, shapes and the spaces in which they are contained, and quantities and their changes. These topics are represented in m ...
, especially for
seasonal adjustment Seasonal adjustment or deseasonalization is a statistical method for removing the seasonal component of a time series. It is usually done when wanting to analyse the trend, and cyclical deviations from trend, of a time series independently of the ...
. It seeks to construct, from an observed time series, a number of component series (that could be used to reconstruct the original by additions or multiplications) where each of these has a certain characteristic or type of behavior. For example, time series are usually decomposed into: *T_t, the trend component at time ''t'', which reflects the long-term progression of the series (
secular variation The secular variation of a time series is its long-term, non-periodic variation (see decomposition of time series). Whether a variation is perceived as secular or not depends on the available timescale: a variation that is secular over a timescal ...
). A trend exists when there is a persistent increasing or decreasing direction in the data. The trend component does not have to be linear. *C_t, the cyclical component at time ''t'', which reflects repeated but non-periodic fluctuations. The duration of these fluctuations depend on the nature of the time series. *S_t, the seasonal component at time ''t'', reflecting
seasonality In time series data, seasonality is the presence of variations that occur at specific regular intervals less than a year, such as weekly, monthly, or quarterly. Seasonality may be caused by various factors, such as weather, vacation, and holidays a ...
(seasonal variation). A seasonal pattern exists when a time series is influenced by seasonal factors. Seasonality occurs over a fixed and known period (e.g., the quarter of the year, the month, or day of the week). *I_t, the irregular component (or "noise") at time ''t'', which describes random, irregular influences. It represents the residuals or remainder of the time series after the other components have been removed. Hence a time series using an
additive model In statistics, an additive model (AM) is a nonparametric regression method. It was suggested by Jerome H. Friedman and Werner Stuetzle (1981) and is an essential part of the ACE algorithm. The ''AM'' uses a one-dimensional smoother to build a res ...
can be thought of as : y_t = T_t + C_t + S_t + I_t, whereas a multiplicative model would be : y_t = T_t \times C_t \times S_t \times I_t. \, An additive model would be used when the variations around the trend do not vary with the level of the time series whereas a multiplicative model would be appropriate if the trend is proportional to the level of the time series. Sometimes the trend and cyclical components are grouped into one, called the trend-cycle component. The trend-cycle component can just be referred to as the "trend" component, even though it may contain cyclical behavior. For example, a seasonal decomposition of time series by Loess (STL) plot decomposes a time series into seasonal, trend and irregular components using loess and plots the components separately, whereby the cyclical component (if present in the data) is included in the "trend" component plot.


Decomposition based on predictability

The theory of
time series analysis In mathematics Mathematics is an area of knowledge that includes the topics of numbers, formulas and related structures, shapes and the spaces in which they are contained, and quantities and their changes. These topics are represented in m ...
makes use of the idea of decomposing a times series into deterministic and non-deterministic components (or predictable and unpredictable components). See Wold's theorem and Wold decomposition.


Examples

Kendall shows an example of a decomposition into smooth, seasonal and irregular factors for a set of data containing values of the monthly aircraft miles flown by UK airlines. In policy analysis, forecasting future production of biofuels is key data for making better decisions, and statistical time series models have recently been developed to forecast renewable energy sources, and a multiplicative decomposition method was designed to forecast future production of biohydrogen. The optimum length of the moving average (seasonal length) and start point, where the averages are placed, were indicated based on the best coincidence between the present forecast and actual values.


Software

An example of statistical software for this type of decomposition is the program
BV4.1 The application software BV4.1 is an easy-to-use tool for decomposing and seasonally adjusting monthly or quarterly economic time series by version 4.1 of the Berlin procedure. It is being developed by the Federal Statistical Office of Germa ...
that is based on the
Berlin procedure The Berlin procedure (BV) is a mathematical procedure for time series decomposition and seasonal adjustment of monthly and quarterly economic time series. The mathematical foundations of the procedure were developed in 1960's at the Technical ...
.


See also

*
Frequency spectrum The power spectrum S_(f) of a time series x(t) describes the distribution of power into frequency components composing that signal. According to Fourier analysis, any physical signal can be decomposed into a number of discrete frequencies, ...
*
Hilbert–Huang transform The Hilbert–Huang transform (HHT) is a way to decompose a Signal processing, signal into so-called intrinsic mode functions (IMF) along with a trend, and obtain instantaneous frequency data. It is designed to work well for data that is Station ...
*
Least squares The method of least squares is a standard approach in regression analysis to approximate the solution of overdetermined systems (sets of equations in which there are more equations than unknowns) by minimizing the sum of the squares of the re ...
* Least-squares spectral analysis * Stochastic drift * Trend filtering


References


Further reading

* {{Quantitative forecasting methods Time series