Re: [Numpy-discussion] On the use of adding an expfit class in or next to the polynomial module

2021-01-30 Thread Swan BOSC
Hi Stefan, Thanks for the advice and for the redirection to scipy ! I will create an implementation of it there Swan BOSC. ‐‐‐ Original Message ‐‐‐ On Friday, January 29th, 2021 at 07:49, Stefan van der Walt wrote: > Hi there, > > Thanks for reaching out. > > On We

[Numpy-discussion] On the use of adding an expfit class in or next to the polynomial module

2021-01-27 Thread Swan BOSC
solution would be to contribute some code into NumPy. AFAIK, the preferred way to fit a Polynomial nowadays is to call numpy.polynomial.polynomial.Polynomial. Do you think that a class for `Exponential` based on that one would be an interesting addition to NumPy ? Thanks in advance, Swan BOSC