What is the difference between SVAR and VAR

(Comments)

by DM

Learn things especially in coding need a practice. Lets put it into work then. Today we are going to enthusiatly dig deeper between what is VAR and what is structural VAR. 

Quote

PhD is when you are trying to explain something and get so enthusiatly love about it.

The difference between VAR and SVAR 

Check my latest publication in SVAR from Eurasian Economic Review

 

VAR or vector autoregression 

Var or vector autoregression or unstructured vector autoregression is a way of learning the relationship between one variable without structural limitations such as time. However, the problem with VAR is that sometimes there is no particular rule on seeing both data related to each other. For example, in monetary policy, let's say we want to control the inflation of the price; as we expect inflation to rise, the monetary authority will increase its instrument and the interest rate and expect the commodity price to go down. It turns out that the price is not going down; instead, it is rising. Then, without any rule in conclusion, opening the tide of economic mystery, we will conclude that raising the interest rate will also increase inflation or commodity prices. 

Learn in the video below. 

SVAR or Structural vector autoregression

Meanwhile, structural vector autoregression is similar to vector autoregression but with many more constraints, for example, time. One of the differences is in the sample. For example, the government attempted to reduce inflation by increasing the interest rate. In the unstructured vector autoregression, when increasing the interest rate rises inflation, we just read it as it is, which will create an erroneous conclusion. Meanwhile, in structure vector autoregression, we have a time duration that can help explain when the price increases, in which period the inflation goes down or starts to take effect, and whether it's significant. 

Some explanations in the video format

Here, I found a couple of great videos about SVAR 

1. Why SVAR

Svar is a fascinating development in macroeconomics from Christopher Sims. From this video, for example, when the bank anticipates inflation while buying releases more money, the inflation still rises. The wrong conclusion is that the interest rate hike led to inflation. But the monetary policy is an endogenous reaction to expected inflation.  The same issue occurred with fiscal policy; for example, we expect that there will be a reduction in private demand and, therefore, an increase in public spending, and the output will still decline. The wrong conclusion is that public spending will cause the work to fall. However, fiscal policy reacted endogenously with the reduction in production.  To measure the effect of policy, we need to identify or isolate purely exogenous independent movements and how the economy reacts to them. It is called impulse reaction.&nbsp Therefore, we need to identify the structural model that isolates the exogenous variable from the model. After the shock hits the economy, getting the structural model is called identification.  According to Sims (1986), Identification is the interpretation of historically observed variation in data in a way that allows the variation to be used to predict the consequences of an action not yet undertaken.  After the structure is identified, one can predict inflation and output growth. And we can expect the fiscal effect on GDP. 

2. The calculation behind SVAR

ok 

How to identify purely exogenous shock 

Let's say we have 

\[ AX_t = \beta_0+\beta X_{t-1} + u_t \] 

From the explanation above, the vector \( X \) relies on its lag itself and structural shock \[ u \]. 

if we assume that X has 2 variables, which is GDP gap y and interest rate r: it become

\[ X_t = \begin{bmatrix} y \\ r\end{bmatrix} \]

and make the system become

\[ \begin{matrix} y_t + a_{12} r_t = \beta_{10}+\beta_{11} y_{t-1}+\beta_{12} r_{t-1}+ u_{yt} \\a_{21} y_t +  r_t = \beta_{20}+\beta_{21} y_{t-1}+\beta_{22}r_{t-1}+ u_{rt} \end{matrix} \]

Where it can be written in matrix form

\[ \begin{bmatrix} 1 & a_{12} \\ a_{21} & 1 \end{bmatrix} \begin{bmatrix} y_t \\ r_t \end{bmatrix} = \begin{bmatrix} \beta_{10} \\ \beta_{20} \end{bmatrix} \begin{bmatrix} \beta_{11} & \beta_{12} \\ \beta_{21} & \beta_{22}\end{bmatrix} \begin{bmatrix} y_{t-1} \\ r_{t-1} \end{bmatrix} +\begin{bmatrix} u_{yt} \\ u_{rt} \end{bmatrix} \]

where 

\[ A = \begin{bmatrix} 1 & a_{12} \\ a_{21} & 1 \end{bmatrix} \]

What are identity matrices? Check this video also 

And also, what is inverse matrices

How to find inverse matrix

Test the matrix 

In Matrix A, the constants 1 and 1 show a contemporary relationship.

\[ \begin{matrix} 1 & 2 & 3 \\ a & b & c \end{matrix} \]

test the matrix 

\[ \begin{bmatrix} 1 & 2 & 3 \\ a & b & c \end{bmatrix} \]

\[ \begin{bmatrix} 1 & 2 & 3 \\ a & b & c \end{bmatrix} \]

3. 

Another interesting topic

what is a structural var
var and svar in market risk
library vars
svar model in r
var vs svar risk
svar model example
var in stata
vars package in r

Test cinematic front-face camera

thanks

Reference

Dąbrowski, M.A., Widiantoro, D.M. Effectiveness and conduct of macroprudential policy in Indonesia in 2003–2020: Evidence from the structural VAR models. Eurasian Econ Rev 13, 703–731 (2023). https://doi.org/10.1007/s40822-023-00244-w 

Current rating: 2.0

Comments

Riddles

22nd Jul- 2020, by: Editor in Chief
524 Shares 4 Comments
Generic placeholder image
20 Oct- 2019, by: Editor in Chief
524 Shares 4 Comments
Generic placeholder image
20Aug- 2019, by: Editor in Chief
524 Shares 4 Comments
10Aug- 2019, by: Editor in Chief
424 Shares 4 Comments
Generic placeholder image
10Aug- 2015, by: Editor in Chief
424 Shares 4 Comments

More News  »

How to create output gap with Python and Anaconda

Recent news
3 weeks, 2 days ago

Dignity wrapped in Charity

Recent news
2 months ago

A reflection of using kanban flow and being minimalist

Recent news

Today is the consecutive day I want to use and be consistent with the Kanban flow! It seems it's perfect to limit my parallel and easily distractedness. 

read more
2 months, 2 weeks ago

Morning issue with car and my kind of music

Recent news
2 months, 2 weeks ago

Podcast Bapak Dimas 2 - pindahan rumah

Recent news

Vlog kali ini adalah terkait pindahan rumah!

read more
2 months, 2 weeks ago

Podcast Bapak Dimas - Bapaknya Jozio dan Kaziu - ep 1

Recent news

Seperti yang saya cerita kan sebelumnya, berikut adalah catatan pribadi VLOG kita! Bapak Dimas

read more
2 months, 2 weeks ago

Happy new year 2024 and thank you 2023!

Recent news

As the new year starts, I want to revisit what has happened in 2023. 

read more
2 months, 2 weeks ago

Some notes about python and Zen of Python

Recent news

Explore Python syntax

Python is a flexible programming language used in a wide range of fields, including software development, machine learning, and data analysis. Python is one of the most popular programming languages for data professionals, so getting familiar with its fundamental syntax and semantics will be useful for your future career. In this reading, you will learn about Python’s syntax and semantics, as well as where to find resources to further your learning.

read more
4 months ago

More News »

Generic placeholder image

Collaboratively administrate empowered markets via plug-and-play networks. Dynamically procrastinate B2C users after installed base benefits. Dramatically visualize customer directed convergence without