Page 1 of 1

Equation with coefficient equals to a certain number

Posted: Mon Mar 04, 2013 5:00 am
by Agata_Siembida
Hi,

I have been searching among previous posts, but could not find an answer.

Could someone tell me how to estimate such an equation:

Y = c(1) + c(2) * X1 + c(3) * X2
c(1) = 1.101713 (a constrain on this parameter)
c(2) = 0.694462 (a constrain on this parameter)
c(3) needs to me estimated

It is linear, simple model...

Thank you very much.

Regards,
Agata

Re: Equation with coefficient equals to a certain number

Posted: Mon Mar 04, 2013 6:08 am
by EViews Gareth

Code: Select all

ls (y-1.101713-0.694462*x1) x2