Re: [Numpy-discussion] Possible improvement to numpy.mean()

2010-04-06 Thread Bruce Southey
On 04/06/2010 04:07 PM, Michael Gilbert wrote: > Hi, > > I am applying Monte Carlo for a problem involving mixed deterministic > and random values. In order to avoid a lot of special handling and > corner cases, I am using using numpy arrays full of a single value to > represent the deterministic

[Numpy-discussion] Possible improvement to numpy.mean()

2010-04-06 Thread Michael Gilbert
Hi, I am applying Monte Carlo for a problem involving mixed deterministic and random values. In order to avoid a lot of special handling and corner cases, I am using using numpy arrays full of a single value to represent the deterministic quantities. Anyway, I found that the standard deviation t