[SciPy-user] errors with scipy.stats

Pierre GM pgmdevlist at gmail.com
Tue Feb 6 13:32:20 EST 2007


On Tuesday 06 February 2007 13:24:46 Robert Kern wrote:

> This appears like a is a masked array, correct? Not all of the functions in
> scipy.stats support masked arrays. The methods on masked arrays do support
> masked arrays, of course.

If the data is 1D or can be ravelled safely, you can try to compress it before 
applying stats methods. At least you get rid of your masked data...



More information about the SciPy-User mailing list