Historical Decomposition
A function that calculates historical decomposition (HD) of the time series and the structural error.
hd(x, rotation.matrix=NULL, verbose=TRUE)
x |
an item fitted by |
rotation.matrix |
If |
verbose |
If set to |
To save computational time as well as due to storage limits, both functions are based on the posterior median (as opposed to calculating HDs and the structural error for each draw of the MCMC chain). In case the shock has been identified via sign restrictions, a rotation matrix has to be selected to calculate both statistics. If not specified otherwise (via R
), the algorithm searches for 50 rotation matrices that fulfill the sign restrictions at the posterior median of the coefficients and then singles out the rotation matrix that minimizes the distance to the median of the impulse responses as suggested in Fry and Pagan (2011).
Returns a list with the following objects
hd_array
is a three-dimensional array with the first dimension referring to the K time series, the second to the T observations and the third dimensions containing the contribution of the shocks in explaining historically deviations in the time series from their trend. The third dimension is K+3, since the last three entries contain the contributions of the constant, the initial condition and a residual component that the contributions sum up to the original time series. If a trend i specified in the model the third dimension is K+3 with trend ordered after the constant.
struc.shcok
contains the structural shock.
x
is a matrix object that contains the original time series, which is of dimension K times (T-plag).
Maximilian Boeck, Martin Feldkircher, Florian Huber
Fry, R. and A. Pagan (2011) Sign restrictions in Structural Vector Autoregressions: A Critical Review. Journal of Economic Literature, Vol. 49(4), pp. 938-960.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.