9
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adding Al as a contributor More... almost 21 years ago
just changing my email address... More... almost 21 years ago
typo in the ${basedir} variable. More... almost 21 years ago
fixed href link to have ""'s More... almost 21 years ago
Improved Variance calculation, test for negative variance and added some more javadoc. More... almost 21 years ago
Adjusted the code to be able to control the files used and the tolerance for each file (important, hard tests currently require lower tolerance to pass). More... almost 21 years ago
PR: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20442 Submitted by: Phil Steitz More... almost 21 years ago
PR: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20404 Submitted by: Phil Steitz More... almost 21 years ago
PR: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20390 Submitted by: Phil Steitz More... almost 21 years ago
PR: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20377 Submitted by: Phil Steitz More... almost 21 years ago
PR: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20375 Submitted by: Albert Davidson Chou More... almost 21 years ago
Changing the name of data files, the default javac target in the ant file misses files of the extension "dat" More... almost 21 years ago
Commenting out testUnivariateImpl unitl I figure out why this fails in UnivariateImpl More... almost 21 years ago
project.xml had two dependencies sections, I removed the empty one. More... almost 21 years ago
Removed System.out's More... almost 21 years ago
Initial Certified Tests for Univariate. Note UnivariateImpl currently fails More... almost 21 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... almost 21 years ago
This is the new build.xml file generated by Maven. This was generated using the latest checkout of Maven. More... almost 21 years ago
Adding myself to the developers More... almost 21 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... almost 21 years ago
Removed tasklist report, until this has content, no reason for the added distraction More... almost 21 years ago
linkcheck report was throwing 404s for every URL, I've removed it until someone can generate a meaningful report More... almost 21 years ago
Removed old Univariate tests More... almost 21 years ago
Checkstyle should check that each source file include a license More... almost 21 years ago
Moved all Univariate and Bivariate stats interfaces and classes to the math.stat package More... almost 21 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... almost 21 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... almost 21 years ago
Added an LICENSE.txt in commons-math More... almost 21 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... almost 21 years ago
Unit tests for previous commit - from Brent Worden's submission in Bugzilla Issue 20279 More... almost 21 years ago