Apache Commons Math
Go to file
Tim O'Brien 97568dc06f The following changes were made to the Univariate implementation. The public
interface of Univariate was extracted in an interface of the same name.
Univariate, an interface, is now implemented by UnivariateImpl which contains
all code originally present in the original Univariate implementation.

* StoredUnivariate is an interface which extends Univariate and adds
measures not available in the superinterface such as mode, kurtosis, and skew

* StoredUnivariateImpl provides an implementation which uses the
ExpandableDoubleArray for internal storage.  Calculations are performed
on demand *each* time a particular measure is required no state is
maintained by this implementation.

* Univariate provided methods addValue(int), addValue(float), addValue(long).
There functions were removed as no cast is required - all of these
assignments are widening conversions - no cast required

* Removed the name property from Univariate - property not relevant to
univariate statistics


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@140828 13f79535-47bb-0310-9956-ffa450edef68
2003-05-15 05:39:01 +00:00
src The following changes were made to the Univariate implementation. The public 2003-05-15 05:39:01 +00:00
.cvsignore added new commons math component 2003-05-12 15:07:54 +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 Added myself to STATUS and PROPOSAL 2003-05-12 20:32:26 +00:00
build.properties.sample added new commons math component 2003-05-12 15:07:54 +00:00
build.xml Starting source code - basic matrix operations and univarient stats plus test code. Submitted by Phil Steitz. 2003-05-12 19:04:38 +00:00
project.xml A maven project.xml was added for conv 2003-05-12 19:28:54 +00:00