Discusión sobre el artículo "Análisis de los gráficos mediante métodos econométricos"

 

Artículo publicado Análisis de los gráficos mediante métodos econométricos:

En este artículo se describen los métodos econométricos de análisis, el análisis de la correlación y el análisis de la varianza condicional en particular. ¿Cuáles son les beneficios del método descrito en este artículo? El uso de los modelos GARCH no lineales permite la representación formal de las series analizadas desde un punto de vista matemático y crear predicciones para un número determinado de pasos.

Autor: Dennis Kirichenko

 

Hi, thanks for your posts and valuable info.

I am compiling garchtest and garchtest_html5 and getting this error :


     stat1[i]=stat[lags[i]-1];    

'-' - Integer Expression Expected.


What is the problem ? Can you helpme to fixed it ?

Thanks in advance

 
AlbertoFX:

Hi, thanks for your posts and valuable info.

I am compiling garchtest and garchtest_html5 and getting this error :


     stat1[i]=stat[lags[i]-1];    

'-' - Integer Expression Expected.


What is the problem ? Can you helpme to fixed it ?

Thanks in advance

Try to change this line in :

      stat1[i]=stat[(int)lags[i]-1];                //fill the alternate array for the specified lags
 

I can´t compile 

GarchTest

GarchTest_html