Search found 8 matches
- Thu Jun 23, 2011 3:42 am
- Forum: ARCH and GARCH Models
- Topic: DCC bootstrap
- Replies: 6
- Views: 13656
DCC bootstrap
Hi Tom I saw there is a code to bootstrap or forecast from mvgarch, but not dcc for obvious reasons. However, would you have anything ready, based on sensible assumptions on how to forecast from dcc as for example in the original engle sheppard paper, to be used to bootstrap from dcc, i mean taking ...
- Tue May 19, 2009 11:27 am
- Forum: VARs (Vector Autoregression Models)
- Topic: HELP WITH CONDITION.SRC
- Replies: 1
- Views: 5791
HELP WITH CONDITION.SRC
Dear Tom I was trying to replicate the condition.src code for a usage within a Threshold Var model. I got stuck with overlay, i.e. when you do overlay capr(1,constr) with overr(nsteps,nvar) In the case i have where nsteps = 12, nvar = 4 and constr = 4 (2 per variable) what exactly does overlay? Coul...
- Thu Apr 30, 2009 10:52 am
- Forum: VARs (Vector Autoregression Models)
- Topic: more than one cointegrating vector in var
- Replies: 2
- Views: 7220
Re: more than one cointegrating vector in var
aarghh, so easy ... the user's guide gives example with one vector only (as also does johmle.src) and i though you could only do it with one ...
good to see it's so easy
thanks Tom
good to see it's so easy
thanks Tom
- Thu Apr 30, 2009 5:16 am
- Forum: VARs (Vector Autoregression Models)
- Topic: more than one cointegrating vector in var
- Replies: 2
- Views: 7220
more than one cointegrating vector in var
Hi Tom
any quick trick to estimate a VAR with cointegration but with 2 cointegrating vectors (not using cats, i mean, but through the ect statement into the system definition)?
Thanks a lot
Fabio
any quick trick to estimate a VAR with cointegration but with 2 cointegrating vectors (not using cats, i mean, but through the ect statement into the system definition)?
Thanks a lot
Fabio
- Thu Apr 02, 2009 12:09 am
- Forum: VARs (Vector Autoregression Models)
- Topic: GENERALISED FEVD
- Replies: 3
- Views: 11749
Re: GENERALISED FEVD
I know Tom but i was trying to replicate the results in a recent set of papers by Diebold and Yilmaz about spillovers. They define spillovers as selected ratios of fevd at given horizons. While they start with the case of cholesky they then adopt the GFEVD as in Pesaran et al., as if you want to mea...
- Wed Apr 01, 2009 5:55 am
- Forum: VARs (Vector Autoregression Models)
- Topic: GENERALISED FEVD
- Replies: 3
- Views: 11749
GENERALISED FEVD
Tom
it's ok to do generalised IR functions in rats. But would you also have ready a few lines for the generalised FEVD?
Thanks a lot for support
Fabio
it's ok to do generalised IR functions in rats. But would you also have ready a few lines for the generalised FEVD?
Thanks a lot for support
Fabio
- Fri Mar 27, 2009 10:20 am
- Forum: VARs (Vector Autoregression Models)
- Topic: Identifying VARs with sign restrictions
- Replies: 103
- Views: 152202
Re: Identifying VARs with sign restrictions
thanks a lot Tom.
will see how it works with three shocks before moving on ... needs really lots of draws to get acceptances ...
will let you know
thanks f
will see how it works with three shocks before moving on ... needs really lots of draws to get acceptances ...
will let you know
thanks f
- Fri Mar 27, 2009 4:54 am
- Forum: VARs (Vector Autoregression Models)
- Topic: Identifying VARs with sign restrictions
- Replies: 103
- Views: 152202
Re: Identifying VARs with sign restrictions -- multiple shocks
Hi Tom thanks for the extension of the sign restriction to 2 impulse responses. One question. I have three shocks to identify, then I can simply extend the process you did? That is for the third shocks i could comp v3 = %rannmat(whatever) and then comp v3(1) = 0 comp v3(2) = 0 ... and finally comp v...