From: Keith G. <kwg...@gm...> - 2006-11-11 23:52:37
|
On 11/11/06, Robert Kern <rob...@gm...> 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. |