Page 1 of 1

How to fit a logisitic function to a dataset

Posted: Tue Dec 31, 2013 9:45 am
by azellou1
Hello:

I have a time series that looks like a logistic function and I would like to fit a logistic function to it. Is there a readily available program in EViews to do that?
Thank you for your help!

Abdel

Re: How to fit a logisitic function to a dataset

Posted: Tue Dec 31, 2013 10:01 am
by startz
EViews is happy to do a nonlinear regression. For example,

Code: Select all

ls y = c(1)*exp(c(2)*t)/(1+exp(c(2)*t))