Obtaining tstats and forecasting with old GARCH instruction
Posted: Tue Feb 25, 2014 12:39 pm
Dear all,
I run a multivariate GARCH-X and I use the old GARCH code for a BEKK GARCH with nonlin, and frml commands for the parameters.
The output of the GARCH estimation looks like this
Variable Coeff Std Error T-Stat Signif
************************************************************************************
1. C11 -0.000000937 0.000000291 -3.21775 0.00129200
2. C12 0.483887134 0.099075640 4.88402 0.00000104
3. C13 0.413337955 0.146033298 2.83044 0.00464846
...
12. VB11 -1.797865109 0.375255458 -4.79104 0.00000166
etc.
The issue is that I want to obtain the t-statistic for say variable VB11 and when I give
compute ts = %TSTATS(12)
disp ts
I get ##undefined##.
Is there any way to 'call' the t-statistic when using the old GARCH code?
Additionally, is there any documentation-files on the old GARCH codes so that can I see how to forecast the variances?
Thank you,
Dimitris
I run a multivariate GARCH-X and I use the old GARCH code for a BEKK GARCH with nonlin, and frml commands for the parameters.
The output of the GARCH estimation looks like this
Variable Coeff Std Error T-Stat Signif
************************************************************************************
1. C11 -0.000000937 0.000000291 -3.21775 0.00129200
2. C12 0.483887134 0.099075640 4.88402 0.00000104
3. C13 0.413337955 0.146033298 2.83044 0.00464846
...
12. VB11 -1.797865109 0.375255458 -4.79104 0.00000166
etc.
The issue is that I want to obtain the t-statistic for say variable VB11 and when I give
compute ts = %TSTATS(12)
disp ts
I get ##undefined##.
Is there any way to 'call' the t-statistic when using the old GARCH code?
Additionally, is there any documentation-files on the old GARCH codes so that can I see how to forecast the variances?
Thank you,
Dimitris