Search found 479 matches

by dakila
Sun May 14, 2017 3:17 pm
Forum: Econometric Discussions
Topic: SVAR with Block exogeneity
Replies: 2
Views: 3010

Re: SVAR with Block exogeneity

Hi Oliver,

First, you need to specify and estimate each equation by OLS. (for example eq1.ls y1 c y1(-1) y2(-1)...)
Then make the model using all equations you estimated, identify shocks and simulate it to estimate IRF.
by dakila
Wed May 10, 2017 6:09 pm
Forum: Add-in Support
Topic: Threshold Structural VAR
Replies: 127
Views: 300838

Re: Threshold Structural VAR

I think that the best way to select the length of moving average and delay parameters is try to look at the impulse response functions.
Check it is sensitive to the length of MA and delay parameter.
by dakila
Wed May 10, 2017 2:10 am
Forum: Add-in Support
Topic: FAVAR add-in
Replies: 107
Views: 4050865

Re: FAVAR add-in

Thanks your comment. Now it includes an option to save the IRF to matrix.
by dakila
Thu May 04, 2017 7:57 pm
Forum: Add-in Support
Topic: FAVAR add-in
Replies: 107
Views: 4050865

Re: FAVAR add-in

When I run the add-in, I always get this message in the end: "_COLMAT is not defined.". However, a favar (var object) and a graph with the IRFs are produced and look fine. WHat would this message mean? Is it something to worry about? Don't worry about this message. If you don't have the v...
by dakila
Tue May 02, 2017 7:40 am
Forum: Estimation
Topic: Impulse response function
Replies: 1
Views: 2957

Re: Impulse response function

That means you have the multicollinearity problem. Check the residuals correlation matrix.
by dakila
Tue Apr 25, 2017 3:02 pm
Forum: Add-in Support
Topic: Favar QUESTION
Replies: 50
Views: 193180

Re: Favar QUESTION

Could you post the file?
by dakila
Mon Apr 10, 2017 2:31 pm
Forum: Add-in Support
Topic: Favar QUESTION
Replies: 50
Views: 193180

Re: Favar QUESTION

After the estimation, variables named _facrot1 _facrot2 ... will be created.
by dakila
Sun Apr 09, 2017 7:07 am
Forum: Add-in Support
Topic: Favar QUESTION
Replies: 50
Views: 193180

Re: Favar QUESTION

I could not understand the questions. I never mentioned I(0) and I(1) factors. The add-in replicates Bernanke Boivin Eliasz (2005).
by dakila
Thu Apr 06, 2017 5:40 pm
Forum: Add-in Support
Topic: FAVAR add-in
Replies: 107
Views: 4050865

Re: FAVAR add-in

The favar add-in is updated. The version 2 includes the variance decomposition and R2
by dakila
Thu Apr 06, 2017 5:39 pm
Forum: Programming
Topic: Variance decomposition in Factor Augmented VARs
Replies: 2
Views: 2817

Re: Variance decomposition in Factor Augmented VARs

The favar add-in is updated. Now you can do the variance decomposition.
by dakila
Thu Apr 06, 2017 8:27 am
Forum: Add-in Support
Topic: Threshold Structural VAR
Replies: 127
Views: 300838

Re: Threshold Structural VAR

It is working. you need the time series structure.
For example:

Code: Select all

pagestruct(freq=m, start=1990)
thsvar(girf=1) 2 gdp gdp @ gdp govex
by dakila
Thu Apr 06, 2017 5:47 am
Forum: Add-in Support
Topic: Conditional VAR forecast
Replies: 22
Views: 58827

Re: Conditional VAR forecast

No. You can constrain more than one variable.
For example:
var01.confcast "logy logcons" "2017q4 2017q4" "0.02 0.03"
by dakila
Wed Apr 05, 2017 6:55 am
Forum: Add-in Support
Topic: Threshold Structural VAR
Replies: 127
Views: 300838

Re: Threshold Structural VAR

It is impossible for the add-inn.
by dakila
Tue Apr 04, 2017 7:41 pm
Forum: Add-in Support
Topic: Threshold Structural VAR
Replies: 127
Views: 300838

Re: Threshold Structural VAR

What is your threshold variable?
by dakila
Tue Apr 04, 2017 7:51 am
Forum: Add-in Support
Topic: Conditional VAR forecast
Replies: 22
Views: 58827

Re: Conditional VAR forecast

First, if you need logged variable you must create the logged variable before the VAR model estimation. Then estimate the VAR model with the created series. For example: series logy=log(y) ... var01.bvar(prior=sznw,initcov=full,l0=0.1,l1=0.2,l3=2,mu1=0.4) 1 4 logy loginc logcons logmdcpi logccpi log...

Go to advanced search