API Reference for Enthought Tool Suite 3.2.0
A placeholder for numeric functions that are not yet implemented in SciPy.
This used to replace Numeric.concatenate to work around Numeric's old behavior of not handling 0-element arrays.
numpy exhibits the desired behavior, so this function is deprecated.
Return input sans nans and infs. If a is scalar nan, return 0. If a is all nans, then return an empty array.
Find the position in an increasing array nearest a given value.
Returns a string representation of a list of arrays
Return a flat version of the input array or input if it is a scalar
Gracefully handle the case where the input is a scalar
Converts a sequence of strings into a 1-D array of strings instead of a 2-D character array. If the input data is not a String or a sequence of Strings return the original data object.
| Local name | Refers to |
|---|---|
| numpy | numpy |
| stats | scipy.stats |
| warnings | warnings |
© Copyright 2002-2009 Enthought, Inc.