9
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Aug 09, 2024 — Aug 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
These Bean Classes have been added to experimental as internal classes in BeanListUnivariateImplTest More... about 21 years ago
Now that we have BeanUtils "free" versions of these they do not need to be maintained in experimental. More... about 21 years ago
Exception is getting exposed where it wasn't shown before. More... about 21 years ago
Using standard jva.bean.Expression API to coerce property value in BeanTransformer. More... about 21 years ago
Removing Dependency on BeanUtils More... about 21 years ago
Moving BeanTransformer to Experimental More... about 21 years ago
Added Serialization UID where required. More... about 21 years ago
Consolidated AbstractDescriptiveStatistics into DescriptiveStatistics. Added Serialization interfaces where required. More... about 21 years ago
Removing BeanListUnivariate example from test cases. Improving ListUnivariate Serialization Example. More... about 21 years ago
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