debbysoraya wrote:Hey Tom,
I also do var bekk garch model, and then
for the mvqstat i got
@mvqstat(lags=6)
# zu
Multivariate Q(6)= 716.02087
Significance Level as Chi-Squared(726)= 0.59700
I keep going back and forth to tr whether this number actually mean that I have a VAR problem or not, but there was no clear benchmark whether it means my model is okay, or my model is not
I'm not sure what "VAR problem" means. However, if these are the standardized residuals from the GARCH, then this is what you want to see---there's no real sign of residual autocorrelation.
debbysoraya wrote:
and I try to do the mvartch test
for lag 1
@mvarchtest(lags=1)
# zu
Test for Multivariate ARCH
Statistic Degrees Signif
206086.60 4356 0.00000
it gives me this which I think means my model is not adequate, when I try to put higher lag,
it send me this message;
## MAT14. Non-invertible Matrix. Using Generalized Inverse for SYMMETRIC.
The Error Occurred At Location 587, Line 55 of MVARCHTEST
C:\Users\Public\Documents\Estima\WinRATS Pro 9.1 Trial\mvarchtest.src Line 77
In this case what should I do ?
Thanks a lot!
If you're applying @MVARCHTEST to the standardized residuals from the GARCH, then you have a
very serious problem. That looks more like the results from applying it to the residuals from a OLS VAR, where a strongly significant result would be expected if the data showed GARCH properties. More lags won't help that---if you reject at one, there isn't really a point in using more. You're probably using enough that the auxiliary regression that @MVARCHTEST does runs out of degrees of freedom.