1. Introduction & Basics¶
This chapter includes the lecture materials. The structure is as follows:
- ARMA
- Forecasting
The main references are:
1.1. Wold Decomposition¶
The Wold decomposition states that each covariance stationary, purely non-deterministic stochastic process can be represented by a linear combination of a series of uncorrelated random variables with zero mean and constant variance when all additive components are subtracted in advance.
A series \(x_t\) with deterministic \(\mu_t\) can also be written as
where \(\psi_0 = 1\) and \(\sum^\infty_{j=0} \psi^2_j < \infty\). Furthermore, \(u_t\) is a pure random process with
Here we are assuming that the error terms are uncorrelated, they do not need to be independent.
The expectation for the mean is
For the variance, it holds that
As we can see, the variance is finite and not time dependent. For \(\tau > 0\), we also get time independent covariances.