Page 1 of 1

Specifying NLS models in EViews

Posted: Thu Nov 22, 2018 5:50 am
by nible
I am aware that there exists a guide but I can't make sense of it as it seems to require an a lot deeper knowledge of EViews than I have. I want to specify the model:

y = (beta_0)*x_1^(beta_1)*x_2^(beta_2)*x_3^(beta_3).

How would I do this in Eviews?

Re: Specifying NLS models in EViews

Posted: Thu Nov 22, 2018 7:43 am
by startz

Code: Select all

ls y=c(1)*x_1^c(2)*x_2^c(3)*x_3^c(4)