[sage-devel] Re: Least-square fitting

2009-06-29 Thread tecki
Hello, > The find_fit function in sage might be of interest. Yeah, that's it. Thank you. Greetings Martin Teichmann --~--~-~--~~~---~--~~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to sage-devel-

[sage-devel] Re: Least-square fitting

2009-06-29 Thread William Stein
On Mon, Jun 29, 2009 at 7:45 PM, tecki wrote: > > Hello again, > >> Nope.  This is the sort of thing that needs to be systematically >> addressed when somebody decides to take on the challenge of writing in >> Sage a unified interface to statistics functionality. > > Hmm, how would such a unified

[sage-devel] Re: Least-square fitting

2009-06-29 Thread Kevin Horton
On 29 Jun 2009, at 12:01, tecki wrote: > > Hello Group, > > I just wanted to use sage for least-square fitting, and > couldn't find a useful function to do so. So I just > wrote one, using the least square fitting algorithm of > scipy. > > Is there a better method to do so? If not, someone could

[sage-devel] Re: Least-square fitting

2009-06-29 Thread tecki
Hello again, > Nope.  This is the sort of thing that needs to be systematically > addressed when somebody decides to take on the challenge of writing in > Sage a unified interface to statistics functionality. Hmm, how would such a unified interface look like? I looked into sage.stats and only fo

[sage-devel] Re: Least-square fitting

2009-06-29 Thread William Stein
On Mon, Jun 29, 2009 at 6:01 PM, tecki wrote: > > Hello Group, > > I just wanted to use sage for least-square fitting, and > couldn't find a useful function to do so. So I just > wrote one, using the least square fitting algorithm of > scipy. > > Is there a better method to do so? If not, someone