Re: [Numpy-discussion] new incremental statistics project

2009-01-22 Thread David Cournapeau
On Mon, Jan 19, 2009 at 7:34 PM, Hans Meine wrote: > On Friday 19 December 2008 03:27:12 Bradford Cross wrote: >> This is a new project I just released. >> >> I know it is C#, but some of the design and idioms would be nice in >> numpy/scipy for working with discrete event simulators, time series,

Re: [Numpy-discussion] new incremental statistics project

2009-01-19 Thread Hans Meine
On Friday 19 December 2008 03:27:12 Bradford Cross wrote: > This is a new project I just released. > > I know it is C#, but some of the design and idioms would be nice in > numpy/scipy for working with discrete event simulators, time series, and > event stream processing. > > http://code.google.com

Re: [Numpy-discussion] new incremental statistics project

2008-12-25 Thread Bradford Cross
I did not know about this - very cool! I think I was asking around the numpy/scipy lists a while back but nobody mentioned this; is it new? A couple of questions inline below. On Fri, Dec 19, 2008 at 2:53 PM, John Hunter wrote: > On Thu, Dec 18, 2008 at 8:27 PM, Bradford Cross > wrote: > > Th

Re: [Numpy-discussion] new incremental statistics project

2008-12-20 Thread Charles R Harris
On Fri, Dec 19, 2008 at 6:53 AM, John Hunter wrote: > On Thu, Dec 18, 2008 at 8:27 PM, Bradford Cross > wrote: > > This is a new project I just released. > > > > I know it is C#, but some of the design and idioms would be nice in > > numpy/scipy for working with discrete event simulators, time s

Re: [Numpy-discussion] new incremental statistics project

2008-12-19 Thread John Hunter
On Fri, Dec 19, 2008 at 12:59 PM, Eric Firing wrote: > Licensing is no problem; I have never bothered with it, but I can tack on a > BSD-type license if that would help. Great -- if you are the copyright holder, would you commit a BSD license file to the py4science trailstats dir? I just commit

Re: [Numpy-discussion] new incremental statistics project

2008-12-19 Thread Eric Firing
John Hunter wrote: > On Thu, Dec 18, 2008 at 8:27 PM, Bradford Cross > wrote: >> This is a new project I just released. >> >> I know it is C#, but some of the design and idioms would be nice in >> numpy/scipy for working with discrete event simulators, time series, and >> event stream processing.

Re: [Numpy-discussion] new incremental statistics project

2008-12-19 Thread Neal Becker
On a somewhat related note, I am looking for recursive calculation of variance for complex. For complex I want var as defined by E[|x^2|]. Is there an incremental (recursive) implementation in the complex case? ___ Numpy-discussion mailing list Numpy-d

Re: [Numpy-discussion] new incremental statistics project

2008-12-19 Thread John Hunter
On Thu, Dec 18, 2008 at 8:27 PM, Bradford Cross wrote: > This is a new project I just released. > > I know it is C#, but some of the design and idioms would be nice in > numpy/scipy for working with discrete event simulators, time series, and > event stream processing. > > http://code.google.com/p

Re: [Numpy-discussion] new incremental statistics project

2008-12-19 Thread Stéfan van der Walt
Hi Bradford 2008/12/19 Bradford Cross : > This is a new project I just released. > > I know it is C#, but some of the design and idioms would be nice in > numpy/scipy for working with discrete event simulators, time series, and > event stream processing. Could you please send a slightly longer de

[Numpy-discussion] new incremental statistics project

2008-12-18 Thread Bradford Cross
This is a new project I just released. I know it is C#, but some of the design and idioms would be nice in numpy/scipy for working with discrete event simulators, time series, and event stream processing. http://code.google.com/p/incremental-statistics/ ___