Page 2 of 8
Re: Time varying SVAR
Posted: Tue Jul 05, 2016 9:19 pm
by dakila
Training sample is used for determining prior parameters of Time varying SVAR. There is no test for determining the number. It should be at least 30-40 depending on VAR size.
Because it uses training sample to estimate OLS VAR. In other words, training sample is not used for actual TVSVAR model. If you want use full sample, then you can use uninformative priors (flat) theoretically. But these option is not available for this add-in for the reason of convergence problem.
Lastly, you need to upgrade your Eviews to version 9.
Re: Time varying SVAR
Posted: Sun Aug 28, 2016 3:20 pm
by dakila
What is the version you using? 7 or 8?
Can you run tvsvar_ex.prg (example file)?
Re: Time varying SVAR
Posted: Mon Aug 29, 2016 6:04 am
by dakila
Could you post the file?
Re: Time varying SVAR
Posted: Mon Aug 29, 2016 9:42 am
by ali_Economist
Hi, Thank Dakila for help on my first question, I have downloaded the add-in, that looks ok, however when following document instructions, I put the details in it gives message "Near singualr Matrix". I don,t get any impulse response but some series and matrixes appear when do not make much sense to me.Please help.
Regards
Re: Time varying SVAR
Posted: Tue Aug 30, 2016 7:44 am
by dakila
There is a bug. I will try to fix it. However you can use the following code to fix it:
Re: Time varying SVAR
Posted: Tue Aug 30, 2016 7:48 am
by dakila
Hi, Thank Dakila for help on my first question, I have downloaded the add-in, that looks ok, however when following document instructions, I put the details in it gives message "Near singualr Matrix". I don,t get any impulse response but some series and matrixes appear when do not make much sense to me.Please help.
Regards
1. Try to transform your variables. For example, to annual growth rate
2. Try to change the default prior parameters.
Re: Time varying SVAR
Posted: Wed Aug 31, 2016 9:01 am
by ali_Economist
Hi, I want to estimate the TVSVAR model on the attached data file, when I try using the instruction in the add-in document it does not give me IRF output or even the estimation results, I wonder if somebody can help me please.
Re: Time varying SVAR
Posted: Wed Aug 31, 2016 6:30 pm
by dakila
The following code is working for me.
Code: Select all
svector dtsel=@wsplit("2000m12 2005m12")
tvsvar 2 40 dtsel lnoilprice @ lnftse lnoilprice lnoilsector
Re: Time varying SVAR
Posted: Thu Sep 01, 2016 1:12 am
by ali_Economist
Thank you very much for reply, but it gives message that "DTSEL" is not defined. Please help.
Re: Time varying SVAR
Posted: Mon Sep 05, 2016 2:56 am
by nadybe
Hello Davaa,
I used the data someone post earlier (the primisceri data) to understand the steps on applying the TVPVAR but i have some questions, is it possible to obtain the FEVD (variance decomposition)? it seems that your program doesn't return it.
Best regards
Re: Time varying SVAR
Posted: Mon Sep 05, 2016 4:18 am
by dakila
No, it is nonsense to estimate FEVD
Re: Time varying SVAR
Posted: Wed Sep 07, 2016 4:00 am
by asif_1210
Can anyone please help me find example files/folder about TV SVAR? Eviews Add-in page directly install the program to eviews, and not showing any folder/zip file.
Re: Time varying SVAR
Posted: Wed Sep 07, 2016 4:03 am
by dakila
C:\Users\...\Documents\EViews Addins\TVSVAR
Re: Time varying SVAR
Posted: Wed Sep 07, 2016 4:21 am
by asif_1210
:? thanks.
Re: Time varying SVAR
Posted: Sat Sep 10, 2016 1:29 am
by sakisgw3
Hello, i am trying to run a between two time series.
Do the series need to be stationary? Also i'm getting a error message "Vector assigned to sym"
Any suggestions?