1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 3 months ago. based on code collected 3 months ago.
Mar 20, 2024 — Mar 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Initial Certified Tests for Univariate. Note UnivariateImpl currently fails More... about 22 years ago
Licensing issues have prompted the removal of all source reliant on Gamma.java. Gamma.java explicitly stated that it was "based on" an implementation from Numerical Recipes in C. Please see http://www.nr.com/infotop.html - these implementations (and derivatives of these works) are covered under restrictive licensing terms. This code will be removed from the repository until these issues can be addressed. More... about 22 years ago
This is the new build.xml file generated by Maven. This was generated using the latest checkout of Maven. More... about 22 years ago
Adding myself to the developers More... about 22 years ago
* add the numerical analysis and prob/stat references that have been posted or included in javadoc recently, plus a few more generic references. * update the task list based on accomplishments and discussion More... about 22 years ago
Removed tasklist report, until this has content, no reason for the added distraction More... about 22 years ago
linkcheck report was throwing 404s for every URL, I've removed it until someone can generate a meaningful report More... about 22 years ago
Removed old Univariate tests More... about 22 years ago
Checkstyle should check that each source file include a license More... about 22 years ago
Moved all Univariate and Bivariate stats interfaces and classes to the math.stat package More... about 22 years ago
Patch adds getSkewness and getKurtosis to Univariate and an implimentation in UnivariateImpl. It also adds test for NaN and 0.0 to UnivariateImplTest More... about 22 years ago
Adds the following two capabilities to RandomData: Generating random permutations of integers, Generating random samples (returned as Object arrays) from Collections. Tests validate expected sample distribtution using chi-square tests More... about 22 years ago
Added an LICENSE.txt in commons-math More... about 22 years ago
Addition of a BeanListUnivariateImpl which can gather univariate statistics on a List of JavaBeans. This implementation extends the ListUnivariateImpl, and uses the PropertyUtils classes from commons-beanutils. With this implementation, the following is possible: More... about 22 years ago
Unit tests for previous commit - from Brent Worden's submission in Bugzilla Issue 20279 More... about 22 years ago
Contributions from Brent Worden - Bugzilla Issue 20279 More... about 22 years ago
Fixed spelling of INFINITE_WINDOW. More... about 22 years ago
Adds the one sample, t-test statistic to TestStatistic and implementations. Also add unit tests. - BW More... about 22 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... about 22 years ago
From Phil Steitz patch submission for Issue #20175 More... about 22 years ago
Readded the linkcheck and tasklist reports More... about 22 years ago
Added mdiggory patch for developer resources More... about 22 years ago
RandomDataTest.testNextGaussian() was using Univarite.getN(). Added an explicit cast from int to double. Test now succeeds. More... about 22 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... about 22 years ago
Added task to bring javadoc into compliance with standard. Javadoc generate currently throws 35 errors. More... about 22 years ago
Added Product and Mean to Univariate and all implementations, this patch contains contributions from Mark Diggory. More... about 22 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... about 22 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... about 22 years ago
Commited patch for issue 20112 from Phil Steitz. More... about 22 years ago
Updated class javadoc for ContractableDoubleArray More... about 22 years ago