9
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 16 hours ago.
Jul 23, 2024 — Jul 23, 2025
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. More... about 21 years ago
Added implementation for paired t-test boolean method. More... about 21 years ago
Javadoc fixes. More... about 21 years ago
Modified to extent ContinuousDistributionAbstractTest. More... about 21 years ago
Modified to extend ContinuousDistributionAbstract test, improved coverage. More... about 21 years ago
Modified to extend ContinuousDistributionAbstractTest, improved coverage. More... about 21 years ago
Fixed some typos, formatting. More... about 21 years ago
Modified to extent ContinuousDistrbutionAbstractTest. Improved coverage. More... about 21 years ago
Added endpoint order check to cumulativeProbability(double, double). More... about 21 years ago
Modified to extend ContinuousDistributionAbstractTest, improved coverage. More... about 21 years ago
Initial commit. More... about 21 years ago
Added tests for paired t-tests. PR #29049 More... about 21 years ago
Added paired difference stats necessary to support paired t-test computations efficiently. PR #29049 More... about 21 years ago
Added support for paired t-tests. PR #29049 Reported by: Joel Freyss 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." More... about 21 years ago
Javadoc fixes missed in PR #29050 changes. More... about 21 years ago
Added test case for small samples, adjusted for PR #29050 changes. More... about 21 years ago
Modified t-test procedures to allow samples as small as 2 observations. PR # 29050 Reported by: Joel Freyss 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. 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. 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. 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. More... about 21 years ago
Improved efficiency. More... about 21 years ago
Javadoc. More... about 21 years ago
Fixed javadoc warnings. More... about 21 years ago
Documented some runtime exceptions. PR: 29013 More... about 21 years ago
Added tests for getSummary() added to SummaryStatistics. More... about 21 years ago
Added getSummary method returning StatisticalSummaryValues VO. More... about 21 years ago
Initial commit -- value object representing statistical summary. More... about 21 years ago
Added tests corresponding to examples in user guide. More... about 21 years ago