Dear teachers and friends,
Can anybody please help me in this problem ?? For a Given set of n- data points {(x1,y1), (x2,y2), (x3,y3), ......., (xn,yn)}, how can i fit an exponentially growing Regression fit, of the form
y = k0 (1-e-x/Τ)
(following the principle of least Square, as shown in figure), where k0 and τ are constand of Regression. In text book i can find Regresion of the form
y = k0 e-x/Τ , which is nothing but a special case of linear regression. but I am looking for the above mentioned exponentially growing form. Can anybody suggest me any algorithm or any mathematical formula ?? Your help will be highly appreciated.
Thank You