dww123
Computer
- May 22, 2007
- 2
Hi, i have got a bunch of data points, which i want a curve fitted to. The function for the curve is y= b*a^x . Now, i have tried genfit and expfit, but they find coeffs for y=a*e^(b*x) and y=b*x^b. How do get the coeffs for y= b*a^x?