2009/8/20 Phil Steitz <[email protected]>: > [email protected] wrote: >> >> Does the commons math library have a weighted variance? >> I don't see it, just wanted to verify. >> If it did, I would expect to see something like: >> Variance.evaluate(double[] values, double[] weights, int begin, int >> length) >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > No, this does not yet exist. Patches welcome! > > Phil
I'm looking at having a go at implementing evaluate(double[] values, double[] weights, int begin, int length) in UnivariateStatistic (and all implementing classes). Are there any coding styles to adhere to, other than those in the standard Java conventions? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
