Topic: Logistic Regression
I would like to use the Function -> Insert Trendline feature to find a logistic regression model for a point series. Since this type of regression analysis is not included in the stock list, I tried creating a new model under the User Defined tab, to no avail.
I would like to find an equation of the form y=c/(1+ae^bx).
I tried defining a Logistic model in the following way: $a/(1+$b*exp($c*x)). This does not work.
Suggestions anyone?