On 27.12.2013 10:54, alex wrote:
> median is faster in version 1.8
> _______________________________________________

unfortunately that won't help here because masked median uses
apply_along_axis again which is very slow, especially if one wants to
calculate thousands of medians of 7 elements as in this case.

Also masked median has not been changed to use partition yet.
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to