Skip to content
Prev 12763 / 15274 Next

Problem with estimation results of ARMAX-GARCHX

Dear Alexios,

thank you for your help. Now, I get decent results for AR and MA part from
ugarchfit. These are approximately the same as for arima(). Nevertheless,
the results for the exogenous variables added are still different between
the two functions.

I attachted the data in a .csv file.

Regards,

Philipp

-----Urspr?ngliche Nachricht-----
Von: alexios ghalalanos [mailto:alexios at 4dscape.com] 
Gesendet: Donnerstag, 18. September 2014 10:01
An: Philipp Lammers; r-sig-finance at r-project.org
Cc: alexios at 4dscape.com
Betreff: Re: [R-SIG-Finance] Problem with estimation results of ARMAX-GARCHX

Philipp,

In the presence of heteroscedasticity, there is a loss in the asymptotic
efficiency of the parameter estimates which are no longer BLUE (see the
original ARCH paper by Engle 1982). This effectively means that for most
datasets of length N (where N is some finite number), the parameters will be
somewhat different.
In the rugarch package, ARMA-GARCH is jointly estimated.

If you want to compare non-GARCH ARMA with the typical arima function in R,
use the arfimaspec/arfimafit functions (or set the ugarchspec garchOrder to
c(0,0) and the stationarity flag in the fit.control to 0).
You should also choose method="ML" for arima.

Regards,

Alexios

PS I could not download your dataset from dropbox (only the code).
On 18/09/2014 10:35, Philipp Lammers wrote:
significantly.
should go.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: data.csv
Type: application/vnd.ms-excel
Size: 31163 bytes
Desc: not available
URL: <https://stat.ethz.ch/pipermail/r-sig-finance/attachments/20140918/ca233cdd/attachment.xlb>