Re: [math] StatUtils

2003-06-18 Thread Mark R. Diggory
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 th

Re: [math] StatUtils

2003-06-17 Thread Mark R. Diggory
Phil Steitz wrote: --- "Mark R. Diggory" <[EMAIL PROTECTED]> wrote: I've roughed out the beginnings of StatUtils (based on implementations found in AbstractStoreUnivariate). I will add this if all seem to agree on its usage. +1 for this approach, rolling back previous changes and having

Re: [math] StatUtils

2003-06-17 Thread Phil Steitz
--- "Mark R. Diggory" <[EMAIL PROTECTED]> wrote: > I've roughed out the beginnings of StatUtils (based on implementations > found in AbstractStoreUnivariate). I will add this if all seem to agree > on its usage. > +1 for this approach, rolling back previous changes and having AbstractStoreUniva

Re: [math] StatUtils

2003-06-17 Thread Tim O'Brien
+1 On Tue, 17 Jun 2003, Mark R. Diggory wrote: > I've roughed out the beginnings of StatUtils (based on implementations > found in AbstractStoreUnivariate). I will add this if all seem to agree > on its usage. > > -Mark > -- -- Tim O'Brien Evanston, IL (847) 863-7045 [EM

[math] StatUtils

2003-06-17 Thread Mark R. Diggory
I've roughed out the beginnings of StatUtils (based on implementations found in AbstractStoreUnivariate). I will add this if all seem to agree on its usage. -Mark Index: StatUtils.java === RCS file: StatUtils.java diff -N StatUtils.