Yes, MathArrays is probably better than StatUtils. I've historically needed it for things like processing the biggest/smallest few elements of an array till some cost metric is satisfied or finding the N'th element.
Technically making a TreeList from the Double elements is a close substitute, and could be used to do something similar, but this is a lot less code and duplicates are not swallowed. -Ajo. On Sat, Sep 21, 2013 at 10:55 AM, Phil Steitz <phil.ste...@gmail.com> wrote: > On 9/19/13 6:14 PM, Ajo Fod wrote: > > It currently has the maximum of a double array. > > > > -Ajo. > > > If we were to add something like this it would likely fit better in > util.MathArrays. Where is it needed? > > Phil > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > >