Code: Select all
favar(factor=3,horizon=60,rep=1000,ci=0.9,vd=1, scale=1, sn=0.25) 13 xdata xslow xir tcode yx_name @ ffrModerators: EViews Gareth, EViews Moderator, EViews Esther
Code: Select all
favar(factor=3,horizon=60,rep=1000,ci=0.9,vd=1, scale=1, sn=0.25) 13 xdata xslow xir tcode yx_name @ ffrThat's great thanks so much. Quick follow-up question: in your reply, you set the scaling factor to 0.25, which I suppose changes the magnitude of the one-period shock from one standard deviation of the impulse variable (e.g., ffr) to a 25 bps increase. Would I need to set sn equal to 0.25/std(ffr) if I estimated the FAVAR with non-standardized data?Yes, it is right. Use scale (1 or 0) and sn (scale number) command. For example,Code: Select all
favar(factor=3,horizon=60,rep=1000,ci=0.9,vd=1, scale=1, sn=0.25) 13 xdata xslow xir tcode yx_name @ ffr
Code: Select all
favar(factor=3,horizon=60,rep=1000,ci=0.9,vd=1, scale=1, sn=0.25) 13 xdata xslow xir tcode yx_name c @trend @ ffrI think you need to set sn equal to 0.25/std(ffr) if you estimated the FAVAR with standardized data.Would I need to set sn equal to 0.25/std(ffr) if I estimated the FAVAR with non-standardized data?
No it does not allow a linear time trend. It automatically includes a constant.I would also like to know if the "favar" command allows for the inclusion of a constant and a linear time trend as in the standard EViews command for estimating a VAR, i.e.
Would the corresponding impulse response function from the "favar" command show the change in the level of GDP in USD in response to a monetary policy shock? Or would the impulse response function just accumulate the changes in the growth rates such that the Y-axis shows the relative change in GDP (i.e., %-change)?
Thank you so much for your detailed response. Much appreciated!I think you need to set sn equal to 0.25/std(ffr) if you estimated the FAVAR with standardized data.Would I need to set sn equal to 0.25/std(ffr) if I estimated the FAVAR with non-standardized data?
No it does not allow a linear time trend. It automatically includes a constant.I would also like to know if the "favar" command allows for the inclusion of a constant and a linear time trend as in the standard EViews command for estimating a VAR, i.e.
Would the corresponding impulse response function from the "favar" command show the change in the level of GDP in USD in response to a monetary policy shock? Or would the impulse response function just accumulate the changes in the growth rates such that the Y-axis shows the relative change in GDP (i.e., %-change)?
% -change
Yes . this question is answered before1. Is it possible to forecast individual series used to build factors? (not just factors themselves)
No.Is it possible to draw factors from multiple datasets? Let's say I have sets X1 and X2 composed of different data series and I would like to use the first principal component of each (X1 and X2) in my FAVAR as factors?
Yes . this question was answered before1. Is it possible to forecast individual series used to build factors? (not just factors themselves)
No.Is it possible to draw factors from multiple datasets? Let's say I have sets X1 and X2 composed of different data series and I would like to use the first principal component of each (X1 and X2) in my FAVAR as factors?
Hello,Yes . this question was answered before1. Is it possible to forecast individual series used to build factors? (not just factors themselves)
No.Is it possible to draw factors from multiple datasets? Let's say I have sets X1 and X2 composed of different data series and I would like to use the first principal component of each (X1 and X2) in my FAVAR as factors?
Maybe I am missing something here and we both were and are confused.Thank you for your comments, dakila. I know we can see the forecasting variables on factors. Moreover, I would like to know the forecasting for the original variables (x variables from which we extract factors). I guess I have to know the details of the program in order to get the forecasting for every variables.
You must be refering to this.after the estimation you should use the following command:then you should regress the forecasting variable on factors and ffr:Code: Select all
favar01.forecast(prompt)Keep in the mind all variables are standardized (zero mean and unit variance).Code: Select all
eq01.ls series108 _facrot1 _facrot2 _facrot3 ffr eq01.forecast
Therefore you shoud transform your variable back to the non-standardized one.
Code: Select all
favar01.forecast(prompt)This is exactly what the add-in is for. If you need an introduction, refer to the example file "favar_ex" that comes with the installation package for the add-in. This example file replicates the findings (e.g., impulse response graphs) of Bernanke, Boivin, and Eliasz (2005).Hi,
I'm trying to estimate a FAVAR model using this add-in and i wonder if it is possible to obtain impulse responses of “factors” to their orthogonalized innovations and then translate this response to other variables from which we get the factors.
Thank you
Thanks for your request, but what i meen is that the Bernanke, Boivin, and Eliasz example looks for IRF to a monetary Policy shock. In my case i would like to have IRF to the orthogonnalized innovations of factors (shocks to factors).This is exactly what the add-in is for. If you need an introduction, refer to the example file "favar_ex" that comes with the installation package for the add-in. This example file replicates the findings (e.g., impulse response graphs) of Bernanke, Boivin, and Eliasz (2005).Hi,
I'm trying to estimate a FAVAR model using this add-in and i wonder if it is possible to obtain impulse responses of “factors” to their orthogonalized innovations and then translate this response to other variables from which we get the factors.
Thank you
Hope it helps!
Once you executed the FAVAR add-in as in the example file, the FAVAR model object will be saved to your workfile. Double click on it and go to "View" and "Impulse responses." This will allow you to derive impulse responses of the factors themselves rather than the time series from which the factors were constructed in the first place.Thanks for your request, but what i meen is that the Bernanke, Boivin, and Eliasz example looks for IRF to a monetary Policy shock. In my case i would like to have IRF to the orthogonnalized innovations of factors (shocks to factors).This is exactly what the add-in is for. If you need an introduction, refer to the example file "favar_ex" that comes with the installation package for the add-in. This example file replicates the findings (e.g., impulse response graphs) of Bernanke, Boivin, and Eliasz (2005).Hi,
I'm trying to estimate a FAVAR model using this add-in and i wonder if it is possible to obtain impulse responses of “factors” to their orthogonalized innovations and then translate this response to other variables from which we get the factors.
Thank you
Hope it helps!
Users browsing this forum: No registered users and 0 guests