Page 1 of 1

Forecasting Actual Series with @MVGarchFore

Posted: Fri Jun 22, 2012 8:24 pm
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.

Re: Forecasting Actual Series with @MVGarchFore

Posted: Tue Jun 26, 2012 8:25 am
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.