Skip to content

Demean or not to demean

2 messages · Gareth McEwan, Alexios Ghalanos

#
If one specifies "include.mean = TRUE" in "ugarchspec", does the
"ugarchfit" function then use that (conditional mean) estimate to
center/demean the innovations before subsequently fitting the GARCH portion
of the model?

Moreover, I'm trying to
(1) understand the consequences/disadvantages of not demeaning the data
prior to passing through to the GARCH routine, i.e.,

(2) what effects take place when setting "include.mean = FALSE" in the
"mean.model" specification

Many thanks
Gareth



Refer:
On 11/08/2015 10:33, Gareth McEwan wrote:

            
The rugarch package does NOT operate on demeaned data. It offers the option
(default=TRUE) through "include.mean" on whether to demean the data or not.
In case you are not demeaning, then the data are passed straight to the
GARCH routine and assumed as the zero-mean residuals.

On Wed, Aug 12, 2015 at 10:37 AM, Gareth McEwan <mcewan.gareth at gmail.com>
wrote:

  
  
#
The mean is estimated using maximum likelihood when include.mean=TRUE,
else it is zero (that should be clear from the vignette).

As to the assumptions on zero mean residuals, any
econometric/statistical reference should
answer that.

Alexios
On 12/08/2015 09:48, Gareth McEwan wrote: