Non-linear least squares in Eviews
Posted: Fri Apr 17, 2020 8:51 am
Hello,
I am trying to estimate the following non-linear model via the Estimation Equation menu:
I selected LS- Least Squares (NLS and ARMA) from the list of methods. Is this the correct option for NLS modes in Eviews?
But I am getting "Insufficeint number of observations" message, though, the data has 215 observations.
I am trying to estimate the following non-linear model via the Estimation Equation menu:
Code: Select all
logy = c(3)+(1/c(2))*log((((eal*x1)^c(1)+(eak*x2)^c(1))^(c(2)/c(1))+(eae*x3)^c(2)))But I am getting "Insufficeint number of observations" message, though, the data has 215 observations.