API Reference for Enthought Tool Suite 3.2.0
Find the maximum over the given axis ignoring nans.
Find the indices of the minimium over the given axis ignoring nans.
Find the maximum over the given axis ignoring nans.
Find the mean of x ignoring nans.
fixme: should be fixed to work along an axis.
Find the median over the given axis ignoring nans.
fixme: should be fixed to work along an axis.
Find the minimium over the given axis ignoring nans.
Sum the array over the given axis treating nans as missing values.
| Local name | Refers to |
|---|---|
| _nx | Numeric |
| amax | scipy.amax |
| amin | scipy.amin |
| argmax | Numeric.argmax |
| argmin | Numeric.argmin |
| asarray | Numeric.asarray |
| compress | Numeric.compress |
| inf | scipy.inf |
| isfinite | scipy.isfinite |
| isnan | scipy.isnan |
| mean | scipy.stats.mean |
| median | scipy.stats.median |
| reshape | Numeric.reshape |
© Copyright 2002-2009 Enthought, Inc.