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
Forecasting Actual Series with @MVGarchFore
- Attachments
-
- MVForecasting.PRG
- (599 Bytes) Downloaded 813 times
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.