Introduction
Welcome to an interactive guide on Non-Gaussian Structural Vector Autoregression (SVAR) models. This website aims to visualize and explain the identification approach in Keweloh (2021).
The structure of the guide
The guide is structured as follows:
- Setup: introduces the SVAR model, assumptions, and notation.
- Reduced Form: illustrates the reduced form.
- Identification Problem: discusses the identification problem.
- Min. Dependencies: introduces the minimum dependence approach.
- Max. non-Gaussianity: introduces the maximum non-Gaussianity approach.
- Non-Gaussianity: explains the impact of the degree of non-Gaussianity on identification.
The SVAR model
In an SVAR, a vector of time series $$ y_t = [y_{1t},\cdots,y_{nt}]' $$ is explained by its own past and a vector of structural shocks $$\epsilon_t = [\epsilon_{1t},\cdots,\epsilon_{nt}]' $$ using
The following assumptions simplify the visualization of the identification problem.
Simplifying assumptions
The VAR(p)
Assumption 1: No Lags
The SVAR has zero lags:
To further simplify, let's consider an SVAR with only two variables and shocks such that each of the two reduced-form shocks is equal to an unknown linear combination of the two structural shocks.
Assumption 2: Bivariate SVAR
The SVAR contains only two variables and shocks:
Finally, assume that $B_0$ is orthogonal. Without the orthogonality assumption the matrix $B_0$ contains four unknown parameters. However, an orthogonal matrix $B_0$ essentially only depends on a single unknown parameter, which simplifies the visualizations.
Assumption 3: Orthogonal $B_0$
The matrix $B_0$ is orthogonal and can be written as:
Next Steps
The next page illustrates the relation between reduced-form shocks and structural shocks. Proceed to Reduced Form.