Page 1 of 1

How would I input this equation into eViews?

Posted: Fri Mar 14, 2014 1:16 pm
by LeonWalras
Hello everyone,

I am completely new to eViews and I wanted to ask how exactly should I write the equation (see attachment) into eViews? :?:

Re: How would I input this equation into eViews?

Posted: Fri Mar 14, 2014 1:40 pm
by NicolasR
Hi,

You should estimate it with NLS like this:

ls y=c(1)*k^c(2)*l^c(3)*e^c(4)*m^c(5)

By default EViews put the error term. Be careful with the starting values of the parameters, you could introduce them in the c vector-coeficcient.

Re: How would I input this equation into eViews?

Posted: Fri Mar 14, 2014 2:21 pm
by EViews Gareth
You're probably better off taking logs.

Re: How would I input this equation into eViews?

Posted: Fri Mar 14, 2014 2:24 pm
by EViews Glenn
Gareth is correct since you probably want an additive error.

Re: How would I input this equation into eViews?

Posted: Fri Mar 14, 2014 9:53 pm
by LeonWalras
You're probably better off taking logs.
I agree, as I want to do a least squares estimate on it. But how would I type this into eViews?

Re: How would I input this equation into eViews?

Posted: Fri Mar 14, 2014 10:29 pm
by EViews Gareth