Re: [Numpy-discussion] introducing autoreg and autoregnn

2020-06-05 Thread Joseph Fox-Rabinovitz
Rondall, Are you familiar with the lmfit project? I am not an expert, but it seems like your algorithms may be useful there. I recommend checking with Matt Newville via the mailing list. Regards, Joe On Fri, Jun 5, 2020, 17:00 Ralf Gommers wrote: > > > On Fri, Jun 5, 2020 at 9:48 PM rondall

Re: [Numpy-discussion] introducing autoreg and autoregnn

2020-06-05 Thread Ralf Gommers
On Fri, Jun 5, 2020 at 9:48 PM rondall jones wrote: > Hello! I have supported constrained solvers for linear matrix problems for > about 10 years in C++, but have now switched to Python. I am going to > submit a couple of new routines for linalg called autoreg(A,b) and > autoregnn(A,b). They work

[Numpy-discussion] introducing autoreg and autoregnn

2020-06-05 Thread rondall jones
Hello! I have supported constrained solvers for linear matrix problems for about 10 years in C++, but have now switched to Python. I am going to submit a couple of new routines for linalg called autoreg(A,b) and autoregnn(A,b). They work just like lstsq(A,b) normally, but when they detect that t