Re: [Numpy-discussion] new incremental statistics project

2009-01-22 Thread David Cournapeau
On Mon, Jan 19, 2009 at 7:34 PM, Hans Meine me...@informatik.uni-hamburg.de 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

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.

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 jdh2...@gmail.com wrote: On Thu, Dec 18, 2008 at 8:27 PM, Bradford Cross bradford.n.cr...@gmail.com 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

Re: [Numpy-discussion] new incremental statistics project

2008-12-19 Thread Stéfan van der Walt
Hi Bradford 2008/12/19 Bradford Cross bradford.n.cr...@gmail.com: 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

Re: [Numpy-discussion] new incremental statistics project

2008-12-19 Thread John Hunter
On Thu, Dec 18, 2008 at 8:27 PM, Bradford Cross bradford.n.cr...@gmail.com 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

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 bradford.n.cr...@gmail.com 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

Re: [Numpy-discussion] new incremental statistics project

2008-12-19 Thread John Hunter
On Fri, Dec 19, 2008 at 12:59 PM, Eric Firing efir...@hawaii.edu 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

[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/