Problem with boxjenk and garch, rats closes

Discussions of ARCH, GARCH, and related models
rotweiller
Posts: 5
Joined: Sun Nov 25, 2007 1:01 pm

Problem with boxjenk and garch, rats closes

Unread post by rotweiller »

Hi,

after i put this code in the programm

Code: Select all

set difflogusdgbp = logusdgbp - logusdgbp{1}
boxjenk(ar=1, ma=1, constant, define=arma11) difflogusdgbp
everything works fine, but after

Code: Select all

garch(p=1, q=1,constant,equation=arma11)
RATS terminates suddenly, without any warning!

If anyone has an idea, please respond here![/code]
rotweiller
Posts: 5
Joined: Sun Nov 25, 2007 1:01 pm

Unread post by rotweiller »

Problem solved!

garch.src works fine for me!
moderator
Site Admin
Posts: 269
Joined: Thu Oct 19, 2006 4:33 pm

Unread post by moderator »

The built-in GARCH command is far superior to using the old GARCH procedure in terms of speed and the range of models supported, so it would probably make sense to get to the bottom of the problem.

If you can email me a copy of your program and data files at

support@estima.com

we can take a look and see what is happening.

Please remember to include your serial number, and also let me know which version of RATS you are using (do Help-About RATS to check).
Post Reply