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.
Forecasting Actual Series with @MVGarchFore
-
victor
- Posts: 15
- Joined: Sat Jul 31, 2010 4:15 pm
Forecasting Actual Series with @MVGarchFore
- Attachments
-
- MVForecasting.PRG
- (599 Bytes) Downloaded 932 times
-
TomDoan
- Posts: 7825
- Joined: Wed Nov 01, 2006 4:36 pm
Re: Forecasting Actual Series with @MVGarchFore
Just use a standard FORECAST instruction on the model.victor wrote:Hello Tom,
This is a part of GARCHMV example. I have two questions
1) How to forecast actual (xjpn), actual series
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.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.