[Numpy-discussion] nanmean(), nanstd() and other "missing" functions for 1.8

Charles R Harris charlesr.harris at gmail.com
Wed May 1 23:12:31 EDT 2013


On Wed, May 1, 2013 at 7:10 PM, Benjamin Root <ben.root at ou.edu> wrote:

> So, to summarize the thread so far:
>
> Consensus:
> np.nanmean()
> np.nanstd()
> np.minmax()
> np.argminmax()
>
> Vague Consensus:
> np.sincos()
>
>
If the return of sincos (cossin?) is an array, then it could be reshaped to
be exp(1j*x), which together with exp(2*pi*1j*x) would cover some pretty
common cases.

No Consensus (possibly out of scope for this topic):
> Better constructors for complex types
>
> I can probably whip up the PR for the nanmean() and nanstd(), and can
> certainly help out with the minmax funcs.
>
> Cheers!
> Ben Root
>
>
Chuck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20130501/e74e94a8/attachment.html>


More information about the NumPy-Discussion mailing list