standardise residual for diagnostic test for MGARCH
Posted: Sun Mar 12, 2017 1:16 pm
Hi, Can I use rseries and stdresids options for WINRATS PRO 8.0? Or it is only available for the latest version? Is there any way to do it by version 8?
I am trying to standardise residuals for diagnostic tests for multivariate garch (BEKK) model. But the following codes does not work because options for rseries and stdresids could not be found.
Also could you let me know how to standardise the whole residual vector for running diagnostics test for DCC model?
Thanks a lots!
garch(model=var1,mv=bekk,p=1,q=1,$
pmethod=simplex,piters=10,iters=500,$
rseries=rs,mvhseries=hhs,stdresids=zu,derives=dd)
@mvqstat(lags=5)
# zu
@mvarchtest(lags=5)
# zu
*
* Fluctuations test
*
@flux
# dd
I am trying to standardise residuals for diagnostic tests for multivariate garch (BEKK) model. But the following codes does not work because options for rseries and stdresids could not be found.
Also could you let me know how to standardise the whole residual vector for running diagnostics test for DCC model?
Thanks a lots!
garch(model=var1,mv=bekk,p=1,q=1,$
pmethod=simplex,piters=10,iters=500,$
rseries=rs,mvhseries=hhs,stdresids=zu,derives=dd)
@mvqstat(lags=5)
# zu
@mvarchtest(lags=5)
# zu
*
* Fluctuations test
*
@flux
# dd