Hi, I have a set of data and I want to compare which line describes it the best (polynomes of different orders, exponential or logarithmic).
I use Python and Numpy and for polynomial fitting there is a function polyfit(). But I found no such functions for exponential and logarithmic fitting.
Are there any? Or how to solve it otherwise?
Thank you very much. Tomas