Regression help
Posted: Sun Aug 04, 2019 12:16 am
Hi,
I am new to using Eviews. I want to fit my data to an exponential curve: y = a*e^(bx). I am running the regression using two methods:
1. MICE_1= COEF(1)*(EXP(COEF(2)*OBSERVATION))
2. LOG(MICE_1) = COEF(3) + COEF(4)*OBSERVATION
Since, both equations are the same, coef(2)=coef(4) and coef(1)= exp(coef(3))
However, I am getting different coefs. using the two equations. Can someone please explain why is this happening?
Thanks,
Abhinav
I am new to using Eviews. I want to fit my data to an exponential curve: y = a*e^(bx). I am running the regression using two methods:
1. MICE_1= COEF(1)*(EXP(COEF(2)*OBSERVATION))
2. LOG(MICE_1) = COEF(3) + COEF(4)*OBSERVATION
Since, both equations are the same, coef(2)=coef(4) and coef(1)= exp(coef(3))
However, I am getting different coefs. using the two equations. Can someone please explain why is this happening?
Thanks,
Abhinav