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
Apache Commons Math
Settings
|
Report Duplicate
9
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
about 16 hours
ago. based on code collected
about 16 hours
ago.
Jul 23, 2024 — Jul 23, 2025
Showing page 230 of 244
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
PR: 29000 Made ComplexFormat extend java.text.Format providing complex object formatting and parsing.
Brent Worden
More...
about 21 years ago
Added implementation for paired t-test boolean method.
Phil Steitz
More...
about 21 years ago
Javadoc fixes.
Phil Steitz
More...
about 21 years ago
Modified to extent ContinuousDistributionAbstractTest.
Phil Steitz
More...
about 21 years ago
Modified to extend ContinuousDistributionAbstract test, improved coverage.
Phil Steitz
More...
about 21 years ago
Modified to extend ContinuousDistributionAbstractTest, improved coverage.
Phil Steitz
More...
about 21 years ago
Fixed some typos, formatting.
Phil Steitz
More...
about 21 years ago
Modified to extent ContinuousDistrbutionAbstractTest. Improved coverage.
Phil Steitz
More...
about 21 years ago
Added endpoint order check to cumulativeProbability(double, double).
Phil Steitz
More...
about 21 years ago
Modified to extend ContinuousDistributionAbstractTest, improved coverage.
Phil Steitz
More...
about 21 years ago
Initial commit.
Phil Steitz
More...
about 21 years ago
Added tests for paired t-tests. PR #29049
Phil Steitz
More...
about 21 years ago
Added paired difference stats necessary to support paired t-test computations efficiently. PR #29049
Phil Steitz
More...
about 21 years ago
Added support for paired t-tests. PR #29049 Reported by: Joel Freyss
Phil Steitz
More...
about 21 years ago
Addressed exception "swallowing" in test coverage. From Phil's recent email: "If the test case throws an unexpected exception, the test should fail. ....[fix] these by changing the test method signature to throws Exception. This also eliminates the need to import MathException everywhere."
Tim O'Brien
More...
about 21 years ago
Javadoc fixes missed in PR #29050 changes.
Phil Steitz
More...
about 21 years ago
Added test case for small samples, adjusted for PR #29050 changes.
Phil Steitz
More...
about 21 years ago
Modified t-test procedures to allow samples as small as 2 observations. PR # 29050 Reported by: Joel Freyss
Phil Steitz
More...
about 21 years ago
Pre Issue 29012, getKurtosisClass() did not have a tolerance; therefore, any non-zero kurtosis was consistently mesokurtic. Instead of getting into this level of detail, getKurtosisClass() has been removed, it is a subjective measure not appropriate for DescStat.
Tim O'Brien
More...
about 21 years ago
ComplexFormat now handles situations where either the real or imaginary part is NaN, POSITIVE_INFINITY, or NEGATIVE_INFINITY. Three new tests were added to address these situations. PR: Obtained from: Submitted by: Reviewed by: CVS: ---------------------------------------------------------------------- CVS: PR: CVS: If this change addresses a PR in the problem report tracking CVS: database, then enter the PR number(s) here. CVS: Obtained from: CVS: If this change has been taken from another system, such as NCSA, CVS: then name the system in this line, otherwise delete it. CVS: Submitted by: CVS: If this code has been contributed to Apache by someone else; i.e., CVS: they sent us a patch or a new module, then include their name/email CVS: address here. If this is your work then delete this line. CVS: Reviewed by: CVS: If we are doing pre-commit code reviews and someone else has CVS: reviewed your changes, include their name(s) here. CVS: If you have not had it reviewed then delete this line.
Tim O'Brien
More...
about 21 years ago
Got rid of a number of those pesky "Auto-generated catch block" comments from test code. PR: Obtained from: Submitted by: Reviewed by: CVS: ---------------------------------------------------------------------- CVS: PR: CVS: If this change addresses a PR in the problem report tracking CVS: database, then enter the PR number(s) here. CVS: Obtained from: CVS: If this change has been taken from another system, such as NCSA, CVS: then name the system in this line, otherwise delete it. CVS: Submitted by: CVS: If this code has been contributed to Apache by someone else; i.e., CVS: they sent us a patch or a new module, then include their name/email CVS: address here. If this is your work then delete this line. CVS: Reviewed by: CVS: If we are doing pre-commit code reviews and someone else has CVS: reviewed your changes, include their name(s) here. CVS: If you have not had it reviewed then delete this line.
Tim O'Brien
More...
about 21 years ago
Removed a series of unused imports in various classes both source and test. PR: Obtained from: Submitted by: Reviewed by: CVS: ---------------------------------------------------------------------- CVS: PR: CVS: If this change addresses a PR in the problem report tracking CVS: database, then enter the PR number(s) here. CVS: Obtained from: CVS: If this change has been taken from another system, such as NCSA, CVS: then name the system in this line, otherwise delete it. CVS: Submitted by: CVS: If this code has been contributed to Apache by someone else; i.e., CVS: they sent us a patch or a new module, then include their name/email CVS: address here. If this is your work then delete this line. CVS: Reviewed by: CVS: If we are doing pre-commit code reviews and someone else has CVS: reviewed your changes, include their name(s) here. CVS: If you have not had it reviewed then delete this line.
Tim O'Brien
More...
about 21 years ago
Improved efficiency.
Phil Steitz
More...
about 21 years ago
Javadoc.
Phil Steitz
More...
about 21 years ago
Fixed javadoc warnings.
Brent Worden
More...
about 21 years ago
Documented some runtime exceptions. PR: 29013
Brent Worden
More...
about 21 years ago
Added tests for getSummary() added to SummaryStatistics.
Phil Steitz
More...
about 21 years ago
Added getSummary method returning StatisticalSummaryValues VO.
Phil Steitz
More...
about 21 years ago
Initial commit -- value object representing statistical summary.
Phil Steitz
More...
about 21 years ago
Added tests corresponding to examples in user guide.
Phil Steitz
More...
about 21 years ago
←
1
2
…
226
227
228
229
230
231
232
233
234
…
243
244
→
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