Apache Commons Math
Go to file
Tim O'Brien 8ed6e84dc6 Added Product and Mean to Univariate and all implementations, this patch
contains contributions from Mark Diggory.

* This patch introduces Product and GeometricMean into the Univariate
implementation.

* Discarding the contribution of a discarded element in a rolling
UnivariateImpl requires that the product be calculated explicitly each
time a value is discarded.  This is necessary because not all values will
have non-zero values.

* Errors in rolling logic for ListUimpl, and UnivariateImpl were corrected,
and more test cases were added to the JUnit tests for the Univariate
implementations.  More rigorous test cases are needed for the entire
suite of Univariate implementations


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@140851 13f79535-47bb-0310-9956-ffa450edef68
2003-05-21 17:59:20 +00:00
src Added Product and Mean to Univariate and all implementations, this patch 2003-05-21 17:59:20 +00:00
xdocs xdoc tasks.xml was updated to reflect tasks pertaining to the next planned 2003-05-21 15:11:54 +00:00
.cvsignore Mavenization phase one - moving documentation build to maven, will complete by generating build.xml etc later. 2003-05-20 10:24:32 +00:00
PROPOSAL.html Added myself to STATUS and PROPOSAL 2003-05-12 20:32:26 +00:00
RELEASE-NOTES.txt added new commons math component 2003-05-12 15:07:54 +00:00
STATUS.html Submitted by: Phil S. 2003-05-15 05:47:51 +00:00
build.properties.sample added new commons math component 2003-05-12 15:07:54 +00:00
build.xml Altered the build script to use batch test instead of running 2003-05-18 00:55:18 +00:00
checkstyle.properties project.properties changes. 1. The build will not fail on a failed 2003-05-21 15:10:51 +00:00
project.properties project.properties changes. 1. The build will not fail on a failed 2003-05-21 15:10:51 +00:00
project.xml Commited patch for issue 20112 from Phil Steitz. 2003-05-21 14:21:15 +00:00