1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 6 months ago. based on code collected 6 months ago.
Mar 20, 2024 — Mar 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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... over 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... over 21 years ago
Improved efficiency. More... over 21 years ago
Javadoc. More... over 21 years ago
Fixed javadoc warnings. More... over 21 years ago
Documented some runtime exceptions. PR: 29013 More... over 21 years ago
Added tests for getSummary() added to SummaryStatistics. More... over 21 years ago
Added getSummary method returning StatisticalSummaryValues VO. More... over 21 years ago
Initial commit -- value object representing statistical summary. More... over 21 years ago
Added tests corresponding to examples in user guide. More... over 21 years ago
Updated missing user guide sections. More... over 21 years ago
Added overview, removed statistical utilities (covered in stat section). More... over 21 years ago
Added missing sections. More... over 21 years ago
javadoc typos. More... over 21 years ago
Modified to extend DiscreteDistributionAbstractTest. Added degenerate test cases. More... over 21 years ago
Initial commit. More... over 21 years ago
Added consistency checks for constructor parameters. More... over 21 years ago
Improved documentation. More... over 21 years ago
Improved documentation. Added x0 <= x1 check in cumulativeProbability. Required p < 1 in inverseCumulativeProbability. More... over 21 years ago
Changed binomial coeffient computations to allow n = k = 0, returning 1 in this case. This is standard and also required for degenerate hypergeometric distribution computations. More... over 21 years ago
Updated missing userguide sections. More... over 21 years ago
Added significance tests section. More... over 21 years ago
Replaced normal CDF routine with one based on the error function. More... over 21 years ago
Removed pending license investigation. More... over 21 years ago
Added unit tests. More... over 21 years ago
Removed failing test. Should never have been committed. More... over 21 years ago
Added some unit tests for descriptive statistics. Fixed bug dealing with resizing to infinite window size. More... over 21 years ago
Changed chi-square tests to pass long[] arrays of observed counts. More... over 21 years ago
Initial commit of tests replacing TestStatisticTest. More... over 21 years ago
Initial commit of code split off from TestStatistic. More... over 21 years ago