openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Hipparchus
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
3 months
ago. based on code collected
3 months
ago.
Mar 20, 2024 — Mar 20, 2025
Showing page 265 of 266
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Initial Certified Tests for Univariate. Note UnivariateImpl currently fails
Mark R. Diggory
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.
Tim O'Brien
More...
about 22 years ago
This is the new build.xml file generated by Maven. This was generated using the latest checkout of Maven.
Mark R. Diggory
More...
about 22 years ago
Adding myself to the developers
Mark R. Diggory
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
Tim O'Brien
More...
about 22 years ago
Removed tasklist report, until this has content, no reason for the added distraction
Tim O'Brien
More...
about 22 years ago
linkcheck report was throwing 404s for every URL, I've removed it until someone can generate a meaningful report
Tim O'Brien
More...
about 22 years ago
Removed old Univariate tests
Tim O'Brien
More...
about 22 years ago
Checkstyle should check that each source file include a license
Tim O'Brien
More...
about 22 years ago
Moved all Univariate and Bivariate stats interfaces and classes to the math.stat package
Tim O'Brien
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
Tim O'Brien
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
Tim O'Brien
More...
about 22 years ago
Added an LICENSE.txt in commons-math
Tim O'Brien
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:
Tim O'Brien
More...
about 22 years ago
Unit tests for previous commit - from Brent Worden's submission in Bugzilla Issue 20279
Tim O'Brien
More...
about 22 years ago
Contributions from Brent Worden - Bugzilla Issue 20279
Tim O'Brien
More...
about 22 years ago
Fixed spelling of INFINITE_WINDOW.
Tim O'Brien
More...
about 22 years ago
Adds the one sample, t-test statistic to TestStatistic and implementations. Also add unit tests. - BW
Tim O'Brien
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.
Tim O'Brien
More...
about 22 years ago
From Phil Steitz patch submission for Issue #20175
Tim O'Brien
More...
about 22 years ago
Readded the linkcheck and tasklist reports
Tim O'Brien
More...
about 22 years ago
Added mdiggory patch for developer resources
Tim O'Brien
More...
about 22 years ago
RandomDataTest.testNextGaussian() was using Univarite.getN(). Added an explicit cast from int to double. Test now succeeds.
Tim O'Brien
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.
Tim O'Brien
More...
about 22 years ago
Added task to bring javadoc into compliance with standard. Javadoc generate currently throws 35 errors.
Tim O'Brien
More...
about 22 years ago
Added Product and Mean to Univariate and all implementations, this patch contains contributions from Mark Diggory.
Tim O'Brien
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@
Tim O'Brien
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.
Tim O'Brien
More...
about 22 years ago
Commited patch for issue 20112 from Phil Steitz.
Tim O'Brien
More...
about 22 years ago
Updated class javadoc for ContractableDoubleArray
Tim O'Brien
More...
about 22 years ago
←
1
2
…
258
259
260
261
262
263
264
265
266
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree