Re: [Numpy-discussion] subset of array - statistics

2008-03-16 Thread bevan
David Huard gmail.com> writes: > > > Look at the timeseries package in scikits (only on svn i'm afraid). You'll find exactly what you're looking for. Conversion from daily to monthly or yearly time series is a breeze. Cheers, David > > 2008/3/13, Joris De Ridder ster.kuleuven.be>: > > > I

Re: [Numpy-discussion] subset of array - statistics

2008-03-14 Thread David Huard
Look at the timeseries package in scikits (only on svn i'm afraid). You'll find exactly what you're looking for. Conversion from daily to monthly or yearly time series is a breeze. Cheers, David 2008/3/13, Joris De Ridder <[EMAIL PROTECTED]>: > > > I am new to the world of Python and numpy > > >

Re: [Numpy-discussion] subset of array - statistics

2008-03-13 Thread Joris De Ridder
I am new to the world of Python and numpy Welcome. I have successfully imported the data into lists and then created a single array from the lists. I think putting each quantity in a 1D array is more practical in this case. I can get the rainfall total over the entire period using:

[Numpy-discussion] subset of array - statistics

2008-03-13 Thread bevan
Hello, I am new to the world of Python and numpy but am very excited by what I have seen so far. I have been playing around with some rainfall data. The data is daily rainfall for a period, say 30 years in the form: Year Month JulianDay Rain (mm) 1970 1 1 0.0 1970 1 2