/[Apache-SVN]
ViewVC logotype

Revision 140979


Jump to revision: Previous Next
Author: mdiggory
Date: Wed Jul 9 16:24:18 2003 UTC (21 years, 4 months ago)
Changed paths: 20
Log Message:
In cases where "getResult" contains a statistical calculation, it now 
checks if the internal state of the underlying statistic has changed 
and only recalculates if this is true. this way muliple calls to getResult 
when the staistic has not been incremented are less expensive 
because it is only returning a property value.


Changed paths

Path Details
Directoryjakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/stat/univariate/AbstractStorelessUnivariateStatistic.java modified , text changed
Directoryjakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/stat/univariate/AbstractUnivariateStatistic.java modified , text changed
Directoryjakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/stat/univariate/StorelessUnivariateStatistic.java modified , text changed
Directoryjakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/stat/univariate/UnivariateStatistic.java modified , text changed
Directoryjakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/stat/univariate/moment/FirstMoment.java modified , text changed
Directoryjakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/stat/univariate/moment/FourthMoment.java modified , text changed
Directoryjakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/stat/univariate/moment/GeometricMean.java modified , text changed
Directoryjakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/stat/univariate/moment/Kurtosis.java modified , text changed
Directoryjakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/stat/univariate/moment/Mean.java modified , text changed
Directoryjakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/stat/univariate/moment/SecondMoment.java modified , text changed
Directoryjakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/stat/univariate/moment/Skewness.java modified , text changed
Directoryjakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/stat/univariate/moment/StandardDeviation.java modified , text changed
Directoryjakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/stat/univariate/moment/ThirdMoment.java modified , text changed
Directoryjakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/stat/univariate/moment/Variance.java modified , text changed
Directoryjakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/stat/univariate/rank/Max.java modified , text changed
Directoryjakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/stat/univariate/rank/Min.java modified , text changed
Directoryjakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/stat/univariate/summary/Product.java modified , text changed
Directoryjakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/stat/univariate/summary/Sum.java modified , text changed
Directoryjakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/stat/univariate/summary/SumOfLogs.java modified , text changed
Directoryjakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/stat/univariate/summary/SumOfSquares.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26