Search found 8 matches

by DanielKing
Tue Oct 02, 2012 11:11 am
Forum: Structural Breaks and Switching Models
Topic: Dueker (1997) output
Replies: 4
Views: 10496

Re: Dueker (1997) output

I am struggling to comprehend how one would update the hs series for the sake of forecasting.

I imagine it would be, for example:

frml hsfore1 hs(1) = 1.0 + msg(2)*hs(1){1} + msg(1)*uus(1){1}/gv(1)

and similarly for hs(2).

Is this formula appropriate?
by DanielKing
Tue Oct 02, 2012 10:59 am
Forum: Structural Breaks and Switching Models
Topic: Dueker (1997) output
Replies: 4
Views: 10496

Re: Dueker (1997) output

Thank you very much, that makes a lot more sense!
by DanielKing
Tue Oct 02, 2012 9:27 am
Forum: Structural Breaks and Switching Models
Topic: Dueker (1997) output
Replies: 4
Views: 10496

Dueker (1997) output

Dear Tom(s) Following your previous advice, I have included Dueker's (1997) MS GARCH (with a switching normalisation factor) in my current study as a sharper alternative to Gray(1996). As part of the assessment, I am trying to measure forecasting performance of the various models. The problem that I...
by DanielKing
Thu Jul 19, 2012 4:16 am
Forum: Structural Breaks and Switching Models
Topic: Multivariate MS GARCH
Replies: 10
Views: 20281

Re: Multivariate MS GARCH

Thanks very much for all the help - especially regarding the more elegant characterisation of states. It seems that the model is producing sensible results in general. For some data sets, the Non-invertible matrix error message arises for particular guess values of the p-matrix. It seems very sensit...
by DanielKing
Tue Jul 03, 2012 2:50 am
Forum: Structural Breaks and Switching Models
Topic: Multivariate MS GARCH
Replies: 10
Views: 20281

Re: Multivariate MS GARCH

Thanks very much, the latter if statement does sort out that problem. However, a new problem has arisen. The maximisation runs as normal for a few minutes, followed by the error message: "## MAT14 Non-invertible matrix. Using Generalised Inverse for Symmetric. The Error occorred at Location 170...
by DanielKing
Sun Jul 01, 2012 2:16 am
Forum: Structural Breaks and Switching Models
Topic: Multivariate MS GARCH
Replies: 10
Views: 20281

Re: Multivariate MS GARCH

Thanks for the advice, I will definitely look into it. In my attempt to build an equivalent Multivariate version of Hamilton and Susmel's SWARCH (as in Ramchand and Susmel, 1998; Edwards and Susmel, 2001, 2003), I have written the code below. However, early on in the maximisation it gives the error ...
by DanielKing
Tue Jun 26, 2012 1:37 am
Forum: Structural Breaks and Switching Models
Topic: Multivariate MS GARCH
Replies: 10
Views: 20281

Re: Multivariate MS GARCH

Dear Tom,

Apparently the file is too big to be posted, so I will e-mail it.
Thank you for your help.

Regards,
Daniel King
by DanielKing
Fri Jun 22, 2012 10:13 am
Forum: Structural Breaks and Switching Models
Topic: Multivariate MS GARCH
Replies: 10
Views: 20281

Multivariate MS GARCH

I am trying to develop a CCC bivariate version of Gray's(1996) MS-GARCH with single-regime mean equations for stock returns. I think the general logic of my code is fine, it draws heavily on the Gray(1996) paper replication example. For some reason however, the following error message pops up during...