[SciPy-user] scikits.timeseries : how would Iplot (orcalculate) monthly statistics.

Pierre GM pgmdevlist at gmail.com
Fri Mar 6 11:36:36 EST 2009


On Mar 5, 2009, at 2:49 PM, Dharhas Pothina wrote:

>
> Thank you. This worked great and saved me a lot of time.

Good to hear!


> I'm slowly getting the hang of this package. Sorry for the obvious  
> question but I assume that ma.mean()  etc automatically excludes  
> masked values from the calculation.

Indeed. Most of the time, the np and ma versions of functions behave  
similarly, but it is recommended to stick to the ma versions. Here,  
ma.mean computes the mean by discarding masked values.



More information about the SciPy-User mailing list