/[Apache-SVN]
ViewVC logotype

Revision 720030


Jump to revision: Previous Next
Author: psteitz
Date: Sun Nov 23 18:47:50 2008 UTC (15 years, 5 months ago)
Changed paths: 31
Log Message:
Added support for copying statistics
Changes to stats classes:
- copy constructor
- static copy(-,-)
- instance copy()
Added copy() to UnivariateStatistic and StorelessUnivariateStatistic
interfaces.

JIRA: MATH-212
Reported and patched by Jason C. HandUber 

Changed paths

Path Details
Directorycommons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/stat/descriptive/AbstractUnivariateStatistic.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/stat/descriptive/DescriptiveStatistics.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/stat/descriptive/StorelessUnivariateStatistic.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/stat/descriptive/SummaryStatistics.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/stat/descriptive/SynchronizedDescriptiveStatistics.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/stat/descriptive/UnivariateStatistic.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/stat/descriptive/moment/FirstMoment.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/stat/descriptive/moment/FourthMoment.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/stat/descriptive/moment/GeometricMean.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/stat/descriptive/moment/Kurtosis.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/stat/descriptive/moment/Mean.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/stat/descriptive/moment/SecondMoment.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/stat/descriptive/moment/Skewness.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/stat/descriptive/moment/StandardDeviation.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/stat/descriptive/moment/ThirdMoment.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/stat/descriptive/moment/Variance.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/stat/descriptive/rank/Max.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/stat/descriptive/rank/Median.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/stat/descriptive/rank/Min.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/stat/descriptive/rank/Percentile.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/stat/descriptive/summary/Product.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/stat/descriptive/summary/Sum.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/stat/descriptive/summary/SumOfLogs.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/stat/descriptive/summary/SumOfSquares.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/site/xdoc/changes.xml modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/test/org/apache/commons/math/stat/descriptive/DescriptiveStatisticsTest.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/test/org/apache/commons/math/stat/descriptive/MultivariateSummaryStatisticsTest.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/test/org/apache/commons/math/stat/descriptive/StorelessUnivariateStatisticAbstractTest.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/test/org/apache/commons/math/stat/descriptive/SummaryStatisticsTest.java modified , text changed
Directorycommons/proper/math/branches/MATH_2_0/src/test/org/apache/commons/math/stat/descriptive/UnivariateStatisticAbstractTest.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26