General Definition
This is a form in which all linear time series models can be inserted and this allows the use of excellent algorithms both for estimating the models and for estimating the unobservable components.
The state-space form is composed of two sets of equations:
- Measurement (or observation) equations: linearly relate a time series (or a vector of time series) with \(m\) state variables that contain the unobservable components in the case of UCMs and other components that help to construct them.\[ \underline{Y_t} = \underline{c_t} + \underline{Z_t} \space \underline{\alpha_t} + \underline{\epsilon_t} \space, \space \space with \space \space \underline{\epsilon_t} \sim WN(\underline{0}, H_t) \] with \(\alpha_t\) state vector that does not necessarily have to have the dimension of the time series.
- State (or transition) equations: inform about the law of motion, i.e., how \(\alpha_t\) evolves over time (it is a VAR(1) with coefficients that can evolve over time).\[ \underline{\alpha_{t+1}} = \underline{d_t} + \underline{T_t} \space \underline{\alpha_t} + \underline{\nu_t} \space, \space \space with \space \space \underline{\nu_t} \sim WN(\underline{0}, Q_t) \]This form is called future form because on the left there is only time \(t+1\) and on the right time \(t\).
The state-space form is completed by the specification of the first two moments of \(\alpha_1\): \[ \underline{a}_{1|0} = E(\underline\alpha_1) \\
P_{1|0}=E[(\underline\alpha_1-\underline\alpha_{1|0})(\underline\alpha_1-\underline\alpha_{1|0})^T \space]\]
In the case of stationary components, the mean and variance of such components are inserted, while in the case of non-stationary components (such as trend or seasonality) diffuse conditions can be inserted, i.e., an arbitrary mean and infinite variances (there is infinite uncertainty regarding the value that the random variable can assume). The possibility of setting diffuse conditions ensures that defining \(\alpha_{1|0}\) and \(P_{1|0}\) is not a limitation, but even if the algorithm used does not allow it, a variance so high as to be indistinguishable from infinity from a practical point of view can be set.
Technical conditions:
- First condition: \(E(\underline\epsilon_t \space \underline\nu_t^T)=G_t\) and it is assumed that \(G_t=0\) for simplicity;
- Second condition: \(E(\underline\epsilon_t \space \underline\nu_s^T)=0\) for every \(t \neq s\);
- Third condition: \(E[(\underline\alpha_1-\underline\alpha_{1|0})\space \underline\epsilon_t^T]=0\);
- Fourth condition: \(E[(\underline\alpha_1-\underline\alpha_{1|0})\space \underline\nu_t^T]=0\).