x.min() depends on ordering

Keith Goodman kwgoodman at gmail.com
Sat Nov 11 18:52:31 EST 2006


On 11/11/06, Robert Kern <robert.kern at gmail.com> wrote:
> Keith Goodman wrote:
> > How about a nanmin() function?
>
> Already there.
>
> In [2]: nanmin?
> Type:           function
> Base Class:     <type 'function'>
> Namespace:      Interactive
> File:
> /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy-1.0.1.dev3432-py2.5-macosx-10.4-i386.egg/numpy/lib/function_base.py
> Definition:     nanmin(a, axis=None)
> Docstring:
>     Find the minimium over the given axis, ignoring NaNs.

Thank you! I was just about to write my own using Chuck's email as a guide.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642




More information about the NumPy-Discussion mailing list