[Numpy-discussion] pareto docstring

2010-05-08 Thread T J
The docstring for np.pareto says: This is a simplified version of the Generalized Pareto distribution (available in SciPy), with the scale set to one and the location set to zero. Most authors default the location to one. and also: The probability density for the Pareto distribut

Re: [Numpy-discussion] Another masked array question

2010-05-08 Thread Gökhan Sever
On Sat, May 8, 2010 at 9:29 PM, Eric Firing wrote: > On 05/08/2010 04:16 PM, Ryan May wrote: > > On Sat, May 8, 2010 at 7:52 PM, Gökhan Sever > wrote: > >> Hello, > >> > >> Consider my masked arrays: > >> > >> I[28]: type basic.data['Air_Temp'] > >> -> type(basic.data['Air_Temp']) > >> O[28

Re: [Numpy-discussion] Another masked array question

2010-05-08 Thread Eric Firing
On 05/08/2010 04:16 PM, Ryan May wrote: > On Sat, May 8, 2010 at 7:52 PM, Gökhan Sever wrote: >> Hello, >> >> Consider my masked arrays: >> >> I[28]: type basic.data['Air_Temp'] >> -> type(basic.data['Air_Temp']) >> O[28]: numpy.ma.core.MaskedArray >> >> I[29]: basic.data['Air_Temp'] >> O[29]

Re: [Numpy-discussion] Another masked array question

2010-05-08 Thread Gökhan Sever
On Sat, May 8, 2010 at 9:16 PM, Ryan May wrote: > On Sat, May 8, 2010 at 7:52 PM, Gökhan Sever > wrote: > > Hello, > > > > Consider my masked arrays: > > > > I[28]: type basic.data['Air_Temp'] > > -> type(basic.data['Air_Temp']) > > O[28]: numpy.ma.core.MaskedArray > > > > I[29]: basic.data[

Re: [Numpy-discussion] Another masked array question

2010-05-08 Thread Ryan May
On Sat, May 8, 2010 at 7:52 PM, Gökhan Sever wrote: > Hello, > > Consider my masked arrays: > > I[28]: type basic.data['Air_Temp'] > -> type(basic.data['Air_Temp']) > O[28]: numpy.ma.core.MaskedArray > > I[29]: basic.data['Air_Temp'] > O[29]: > masked_array(data = [-- -- -- ..., -- -- --], >  

Re: [Numpy-discussion] Datetime overflow error, attn Stefan.

2010-05-08 Thread Charles R Harris
On Sat, May 8, 2010 at 6:44 PM, Charles R Harris wrote: > Hi Stefan, > > The windows buildbot throws the error > > > = > FAIL: test_creation_overflow (test_datetime.TestDateTime) > -

[Numpy-discussion] Another masked array question

2010-05-08 Thread Gökhan Sever
Hello, Consider my masked arrays: I[28]: type basic.data['Air_Temp'] -> type(basic.data['Air_Temp']) O[28]: numpy.ma.core.MaskedArray I[29]: basic.data['Air_Temp'] O[29]: masked_array(data = [-- -- -- ..., -- -- --], mask = [ True True True ..., True True True], fill

[Numpy-discussion] Datetime overflow error, attn Stefan.

2010-05-08 Thread Charles R Harris
Hi Stefan, The windows buildbot throws the error = FAIL: test_creation_overflow (test_datetime.TestDateTime) -- Traceback (most recent call last): File "C:\b