Al Chou wrote:
--- Brent Worden <[EMAIL PROTECTED]> wrote:

Looks fine.

Two points for discussion:

1. Will we ever have the need to compute statistics from sub-arrays? i.e
getMean(double[] array, int beginIndex, int endIndex) much like


I think that's a worthwhile feature.

Not a bad idea, in the case where one would try to do this with the current double[] --> double methods it would require an array copy. They would be a usefull and efficient alternative.

-Mark



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to