I completely missed this because I did'nt have a test in place for GeometricMean, the stat itself was very buggy and I improved it now and added a test.

-Mark

Mark R. Diggory wrote:

opse, thank you for catching that, it was not my intent. It should have just been:

value = Math.exp( sumLog.increment(d) / (double)n );

Anton Tagunov wrote:

Hello, Mark!

mao>   +        sumLog.increment(d);
mao>   +        value = Math.exp( sumLog.increment(d) / (double)n );

Has this double subLog.increment(d) been intentional?
;-)

-Anton



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



Reply via email to