Forecasting Actual Series with @MVGarchFore

Discussions of ARCH, GARCH, and related models
victor
Posts: 15
Joined: Sat Jul 31, 2010 4:15 pm

Forecasting Actual Series with @MVGarchFore

Unread post by victor »

Hello Tom,

This is a part of GARCHMV example. I have two questions
1) How to forecast actual (xjpn), actual series
2) When I run this code @MVGarchfore seems to run fine but when I give print command for hh or print us, I don't get any thing in out put.
Attachments
MVForecasting.PRG
(599 Bytes) Downloaded 813 times
TomDoan
Posts: 7814
Joined: Wed Nov 01, 2006 4:36 pm

Re: Forecasting Actual Series with @MVGarchFore

Unread post by TomDoan »

victor wrote:Hello Tom,

This is a part of GARCHMV example. I have two questions
1) How to forecast actual (xjpn), actual series
Just use a standard FORECAST instruction on the model.
victor wrote: 2) When I run this code @MVGarchfore seems to run fine but when I give print command for hh or print us, I don't get any thing in out put.
You have to extract the information from the HH and US, which are series of SYMMETRICS and VECTORS, respectively. See the end of the GARCHMV.RPF example.
Post Reply