Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • $\begingroup$ You can use an ARMA-GARCH model. Matlab has standard garchfit tool for this. When you normalize the residuals with the estimated variances you get standardized residuals for each data point. $\endgroup$ Commented Mar 23, 2015 at 17:50
  • $\begingroup$ What if I do not want to add AR and MA lags? I am running a set of dummies on a vector of data and want to include GARCH terms, $\endgroup$ Commented Apr 9, 2015 at 8:32
  • $\begingroup$ ARMA terms are used to estimate the mean. GARCH terms are used to estimate the variance. They help each other to estimate better. i.e. if you don't subtract the mean the variance estimate will not be accurate and if you don't use the error variance estimation of mean is not efficient. If you are estimating the mean via some other exogenous variables that should also do fine. $\endgroup$ Commented Apr 9, 2015 at 11:36