9
I Use This!
Low Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Contributions from Brent Worden - Bugzilla Issue 20279 More... almost 21 years ago
Fixed spelling of INFINITE_WINDOW. More... almost 21 years ago
Adds the one sample, t-test statistic to TestStatistic and implementations. Also add unit tests. - BW More... almost 21 years ago
An implementation of ordinary least squares regression with one independent variable. The implementation uses running sums and does not require the data to be stored in memory. Since I could not conceive of any significantly different implementation strategies that did not amount to just improving efficiency or numerical accuracy of what I am submitting, I did not abstract the interface. More... almost 21 years ago
From Phil Steitz patch submission for Issue #20175 More... almost 21 years ago
Readded the linkcheck and tasklist reports More... almost 21 years ago
Added mdiggory patch for developer resources More... almost 21 years ago
RandomDataTest.testNextGaussian() was using Univarite.getN(). Added an explicit cast from int to double. Test now succeeds. More... almost 21 years ago
The EmpiricalDistributionImpl that submitted yesterday assumed the "old" Univariate interface, in which getN() returned a double. The attached patch inserts the necessary casts to avoid the rounding/truncation errors that were causing the EmpiricalDistribution and ValueServer unit tests to fail. More... almost 21 years ago
Added task to bring javadoc into compliance with standard. Javadoc generate currently throws 35 errors. More... almost 21 years ago
Added Product and Mean to Univariate and all implementations, this patch contains contributions from Mark Diggory. More... almost 21 years ago
xdoc tasks.xml was updated to reflect tasks pertaining to the next planned release. There tasks were lifted from Phil S. earlier message to commons-dev@ More... almost 21 years ago
project.properties changes. 1. The build will not fail on a failed unit test, 2. The date/time and version are included in the xdoc transformation, 3. JUnit is now forker, and 4. We use checkstyle.properties to customize the behavior of Checkstyle. More... almost 21 years ago
Commited patch for issue 20112 from Phil Steitz. More... almost 21 years ago
Updated class javadoc for ContractableDoubleArray More... almost 21 years ago
Added more substantial class javadoc to ExpandableDoubleArray More... almost 21 years ago
Added javadoc to FixedDA and altered exceptions in DoubleArray More... almost 21 years ago
Corrected upload directory. More... almost 21 years ago
Updated source code to reflect Jakarta source code guidelines specifically tab characters. Changes were driven by Checkstyle report on http://jakarta.apache.org/commons/sandbox/math More... almost 21 years ago
Added Mark Diggory as a contributor More... almost 21 years ago
Created outline user guide This will be built using maven. Lots more content needed. More... almost 21 years ago
Created outline documentation. This will be built using maven. Lots more content needed. More... almost 21 years ago
Mavenization phase one - moving documentation build to maven, will complete by generating build.xml etc later. More... almost 21 years ago
Phil Steitz wrote: More... almost 21 years ago
Altered the build script to use batch test instead of running a suite. The advantage of this is that when new tests are added to the project a TestSuite class does not need to updated. More... almost 21 years ago
Added a FixedDoubleArray. FixedDoubleArray supports a rolling mechanism that reuses an array of fixed length. This classes was added to an efficient rolling mechanism. More... almost 21 years ago
The Univariate interface now contains getWindow and setWindow in addition to a constant which signifies an "infinite" window. Windowing has been added to all three Univariate implementations: More... almost 21 years ago
* DoubleArray is now an interface which is implemented by ExpandableDoubleArray. The interface provides a public interface which does not hint at any of the storage parameters of Expandable or Contractable. More... almost 21 years ago
* ContractableDoubleArray extends ExpandableDoubleArray - I sense the need for a DoubleArray interface. More... almost 21 years ago
Patches from Phil S. applied: More... almost 21 years ago