Parameter Order

Use this forum to post questions about syntax problems or general programming issues. Questions on implementing a particular aspect of econometrics should go in "Econometrics Issues" below.

Parameter Order

Postby Anja » Tue Nov 18, 2008 9:45 am

Hi everyone,
I'm fitting a bivariate garch-m model and found that when I change the order of the parameters in the model my results change!
So for example :
equation Aeq A
# constant A{1} hhs(1,1){1} hhs(2,2){1}
equation Beq B
# constant B{1} hhs(1,1){1} hhs(2,2){1}

gives a different results than:
equation Beq B
# constant B{1} hhs(2,2){1} hhs(1,2){1}

What would be the cause of this and what should I do to overcome this problem?

Thanks!
Anja
 
Posts: 9
Joined: Tue Aug 12, 2008 10:44 am

Re: Parameter Order

Postby TomDoan » Wed Jan 14, 2009 10:44 am

Anja wrote:Hi everyone,
I'm fitting a bivariate garch-m model and found that when I change the order of the parameters in the model my results change!
So for example :
Code: Select all
equation Aeq A
# constant A{1} hhs(1,1){1} hhs(2,2){1}
equation Beq B
# constant B{1} hhs(1,1){1} hhs(2,2){1}


gives a different results than:

Code: Select all
equation Beq B
# constant B{1} hhs(2,2){1} hhs(1,2){1}


What would be the cause of this and what should I do to overcome this problem?

Thanks!


You have a (1,2) in the second, and a (1,1) in the first.
TomDoan
 
Posts: 2720
Joined: Wed Nov 01, 2006 5:36 pm


Return to Help With Programming

Who is online

Users browsing this forum: No registered users and 1 guest