GARCH with new estimation window
Posted: Fri Dec 05, 2014 1:10 pm
Hello everyone,
I am in the middle of the process of writing a thesis about GARCH and its performance on risk management. However, I'm completely stuck! I search the whole internet for this problem, but I simply do not have the knowledge to understand the codes and transform them to my own needs...
I have 3000 daily return observations, called "returns". I want to use GARCH to get the right parameters for volatility forecasting. My estimation window is 500 observations. So I use the first 500 observations to get my parameters. I go to Quick -> Estimate Equation -> Mean Equation: Returns -> Arch 1, Garch 1 -> Sample: the timespan which runs from the first to the 500th observation -> OK.
This gives me the values for C, RESID(-1)^2, GARCH(-1) and the value for the Log Likelihood. I have to have the coefficient values, and I prefer to also have the Log likelihood value (but this is not that hardly needed..).
After that I need to roll the window 1 day, so that my sample runs from the second observation till the 501th.
At the end I want to have a file with all the coefficient values..
As you can probably see, this will take years and years to do. Could someone please make some code for me? It would completely save my Master thesis..
EDIT: I forgot to mention; I'm using Eviews 7 :)
I am in the middle of the process of writing a thesis about GARCH and its performance on risk management. However, I'm completely stuck! I search the whole internet for this problem, but I simply do not have the knowledge to understand the codes and transform them to my own needs...
I have 3000 daily return observations, called "returns". I want to use GARCH to get the right parameters for volatility forecasting. My estimation window is 500 observations. So I use the first 500 observations to get my parameters. I go to Quick -> Estimate Equation -> Mean Equation: Returns -> Arch 1, Garch 1 -> Sample: the timespan which runs from the first to the 500th observation -> OK.
This gives me the values for C, RESID(-1)^2, GARCH(-1) and the value for the Log Likelihood. I have to have the coefficient values, and I prefer to also have the Log likelihood value (but this is not that hardly needed..).
After that I need to roll the window 1 day, so that my sample runs from the second observation till the 501th.
At the end I want to have a file with all the coefficient values..
As you can probably see, this will take years and years to do. Could someone please make some code for me? It would completely save my Master thesis..
EDIT: I forgot to mention; I'm using Eviews 7 :)