I have the following three equation to be estimtaed via SUR.
Code: Select all
y1=c(1)+c(2)*x1
y2=c(3)-c(4)*x21+c(5)*x22
y3=c(6)+c(7)*x31+c(8)*x32Code: Select all
c(5)=c(8)
c(4)=c(7)=-c(5)/(1-c(1))Can anyone please help?
Moderators: EViews Gareth, EViews Moderator
Code: Select all
y1=c(1)+c(2)*x1
y2=c(3)-c(4)*x21+c(5)*x22
y3=c(6)+c(7)*x31+c(8)*x32Code: Select all
c(5)=c(8)
c(4)=c(7)=-c(5)/(1-c(1))Hi,
I have the following three equation to be estimtaed via SUR.
I've estimated the system using SUR method, and now I want to impose restrictions on the coefficeints as follows:Code: Select all
y1=c(1)+c(2)*x1 y2=c(3)-c(4)*x21+c(5)*x22 y3=c(6)+c(7)*x31+c(8)*x32How do I pass these restrictions on to the SUR model?Code: Select all
c(5)=c(8) c(4)=c(7)=-c(5)/(1-c(1))
Can anyone please help?
Code: Select all
y1=c(1)+c(2)*x1
y2=c(3)-(-c(8)/(1-c(1)))*x21+c(8)*x22
y3=c(6)+(-c(8)/(1-c(1)))*x31+c(8)*x32Users browsing this forum: No registered users and 2 guests