Commit Graph

393 Commits

Author SHA1 Message Date
Phil Steitz 80b101bea5 Removed pending license investigation.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141213 13f79535-47bb-0310-9956-ffa450edef68
2004-05-05 12:32:45 +00:00
Brent Worden 84839d3f05 Added unit tests.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141212 13f79535-47bb-0310-9956-ffa450edef68
2004-05-04 13:15:47 +00:00
Brent Worden 631377f86b Removed failing test. Should never have been committed.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141211 13f79535-47bb-0310-9956-ffa450edef68
2004-05-03 23:16:39 +00:00
Brent Worden d522e47b8e Added some unit tests for descriptive statistics. Fixed bug dealing with resizing to infinite window size.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141210 13f79535-47bb-0310-9956-ffa450edef68
2004-05-03 14:32:25 +00:00
Phil Steitz 113c99fc49 Changed chi-square tests to pass long[] arrays of observed counts.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141209 13f79535-47bb-0310-9956-ffa450edef68
2004-05-03 03:08:08 +00:00
Phil Steitz 50bda14d38 Initial commit of tests replacing TestStatisticTest.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141208 13f79535-47bb-0310-9956-ffa450edef68
2004-05-03 03:04:54 +00:00
Phil Steitz a878b64c1d Initial commit of code split off from TestStatistic.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141207 13f79535-47bb-0310-9956-ffa450edef68
2004-05-03 03:03:21 +00:00
Phil Steitz 257ee19b38 Initial commit of code split off from TestStatistic. Changed observed vectors to be long[] arrays and added support for independence tests using 2-way tables.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141206 13f79535-47bb-0310-9956-ffa450edef68
2004-05-03 03:02:25 +00:00
Phil Steitz 3e97a3afbb Removed file to be replaced by TTestTest, ChiSquareTestTest.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141205 13f79535-47bb-0310-9956-ffa450edef68
2004-05-03 02:57:08 +00:00
Phil Steitz 81da2fafa1 Removed file to be replaced by TTest, ChiSquareTest.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141204 13f79535-47bb-0310-9956-ffa450edef68
2004-05-03 02:54:56 +00:00
Phil Steitz 8490149ab0 Removed file to be replaced by TTestImpl, ChiSquareTestImpl.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141203 13f79535-47bb-0310-9956-ffa450edef68
2004-05-03 02:54:09 +00:00
Brent Worden 063bb6b880 Unit tests.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141202 13f79535-47bb-0310-9956-ffa450edef68
2004-04-27 16:51:52 +00:00
Brent Worden c415dd79ae Fixed some checkstyle warnings. Added some unit tests.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141201 13f79535-47bb-0310-9956-ffa450edef68
2004-04-27 16:42:34 +00:00
Brent Worden 4952dd85d6 Fixed some checkstyle warnings. Changed checkstyle settings to use APL 2.0.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141200 13f79535-47bb-0310-9956-ffa450edef68
2004-04-27 04:37:59 +00:00
Brent Worden 9b7bab4288 Added user guide entry for continued fractions.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141199 13f79535-47bb-0310-9956-ffa450edef68
2004-04-26 20:47:07 +00:00
Brent Worden ee53ecd19a Added user guide sections for complex numbers and distributions.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141198 13f79535-47bb-0310-9956-ffa450edef68
2004-04-26 20:06:51 +00:00
Brent Worden 1d0286e297 Touched up the javadoc comments.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141197 13f79535-47bb-0310-9956-ffa450edef68
2004-04-26 19:15:48 +00:00
Brent Worden 04e808a26e Added missing package.html files and added APL 2.0 to existing files.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141196 13f79535-47bb-0310-9956-ffa450edef68
2004-04-26 18:28:18 +00:00
Phil Steitz aff4070d66 Fixed typos.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141195 13f79535-47bb-0310-9956-ffa450edef68
2004-04-26 05:16:35 +00:00
Phil Steitz 7c918e3c65 Fixed formatting, eliminated swallowed exceptions.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141194 13f79535-47bb-0310-9956-ffa450edef68
2004-04-25 19:38:17 +00:00
Phil Steitz 9907485372 Added BivariateRegression section.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141193 13f79535-47bb-0310-9956-ffa450edef68
2004-04-25 19:16:13 +00:00
Phil Steitz d6892947c3 Updated dependencies.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141192 13f79535-47bb-0310-9956-ffa450edef68
2004-04-25 17:12:05 +00:00
Phil Steitz 3064e53dab Implemented addValue(double) using DynaBeans.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141191 13f79535-47bb-0310-9956-ffa450edef68
2004-04-24 21:43:26 +00:00
Phil Steitz 576505a290 Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141190 13f79535-47bb-0310-9956-ffa450edef68
2004-04-24 21:41:02 +00:00
Phil Steitz 683a027239 Replace deprecated TreeBag with collections 3.0 version.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141189 13f79535-47bb-0310-9956-ffa450edef68
2004-04-24 18:51:01 +00:00
Phil Steitz 8b7920c4bd Updated dependencies to latest release versions
collections: 3.0 (added to java-repository)
beanutils: 1.6.1
discovery: 0.2 (added to java-repository)


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141188 13f79535-47bb-0310-9956-ffa450edef68
2004-04-24 18:40:22 +00:00
Brent Worden 0505d2a32b Added exceptions to javadoc comments.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141187 13f79535-47bb-0310-9956-ffa450edef68
2004-04-23 19:50:27 +00:00
Brent Worden 96840a4a34 Added some parameter javadoc comments.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141186 13f79535-47bb-0310-9956-ffa450edef68
2004-04-23 19:30:47 +00:00
Brent Worden aa676aa690 Added javadoc comments replete with Mathworld references.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141185 13f79535-47bb-0310-9956-ffa450edef68
2004-04-23 18:51:03 +00:00
Brent Worden c952896cfa Removed some TODO comments.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141184 13f79535-47bb-0310-9956-ffa450edef68
2004-04-23 18:20:12 +00:00
Brent Worden c82f497b9a Fixed a TODO by addid a isStrictlyIncreasing method. This can be refactored later into a more reusable location.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141183 13f79535-47bb-0310-9956-ffa450edef68
2004-04-23 18:16:06 +00:00
Phil Steitz de950983be Removed author tags and emails, fixed link to nightlies.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141182 13f79535-47bb-0310-9956-ffa450edef68
2004-04-22 04:10:57 +00:00
Mark R. Diggory 8975e90c9a BeanListUnivariateImpl was misplaced during the move.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141181 13f79535-47bb-0310-9956-ffa450edef68
2004-04-20 21:02:35 +00:00
Mark R. Diggory 5afef994a9 Sorry, placed it in the wrong directory
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141180 13f79535-47bb-0310-9956-ffa450edef68
2004-04-20 21:02:21 +00:00
Mark R. Diggory d01b3bb2f9 BeanListUnivariateImpl was misplaced during the move.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141179 13f79535-47bb-0310-9956-ffa450edef68
2004-04-20 21:01:35 +00:00
Phil Steitz 75d34c629d Added missing fail stmnts, fixed index error
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141178 13f79535-47bb-0310-9956-ffa450edef68
2004-04-12 12:00:41 +00:00
Phil Steitz 9f1299ec95 Fixed error in copyright notic.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141177 13f79535-47bb-0310-9956-ffa450edef68
2004-04-12 05:26:10 +00:00
Phil Steitz 2e884beb2b Added tests for AbstractUnivariateStatistic.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141176 13f79535-47bb-0310-9956-ffa450edef68
2004-04-12 05:23:16 +00:00
Phil Steitz f5a510d4f0 Reordered checks in test() method to avoid NPE.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141175 13f79535-47bb-0310-9956-ffa450edef68
2004-04-12 05:22:11 +00:00
Phil Steitz cbb93d0d77 Eliminated tabs.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141174 13f79535-47bb-0310-9956-ffa450edef68
2004-04-12 04:22:09 +00:00
Phil Steitz bbe1c785a7 Added tests for indicator functions.
Contributed by: Christopher Schuck
Pr #28343


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141173 13f79535-47bb-0310-9956-ffa450edef68
2004-04-12 04:03:39 +00:00
Phil Steitz f7057c3ffa Moved univariate statistical aggregates into univariate package.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141172 13f79535-47bb-0310-9956-ffa450edef68
2004-04-12 02:27:50 +00:00
Phil Steitz 6e8426b2c5 Moved BivariateRegression to multivariate subpackage.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141171 13f79535-47bb-0310-9956-ffa450edef68
2004-04-11 21:52:28 +00:00
Phil Steitz c51d98d8bd Fixed imports.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141170 13f79535-47bb-0310-9956-ffa450edef68
2004-04-11 20:42:33 +00:00
Phil Steitz f7794b5b99 Moved TestStatisticTest to new inference package.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141169 13f79535-47bb-0310-9956-ffa450edef68
2004-04-11 20:30:46 +00:00
Phil Steitz 60c2400e71 Fixed package declarations.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141168 13f79535-47bb-0310-9956-ffa450edef68
2004-04-11 20:25:16 +00:00
Phil Steitz 2a9568f095 Created inference package, moved statistical tests there.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141167 13f79535-47bb-0310-9956-ffa450edef68
2004-04-11 20:19:14 +00:00
Phil Steitz 99352b4f1d Improved verification logic in test().
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141166 13f79535-47bb-0310-9956-ffa450edef68
2004-04-11 19:39:10 +00:00
Phil Steitz b6d8e5669e Javadoc. Fixed broken / malformed links.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141165 13f79535-47bb-0310-9956-ffa450edef68
2004-04-11 19:00:45 +00:00
Phil Steitz ff14c24084 Added Christopher Schuck to contributors.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141164 13f79535-47bb-0310-9956-ffa450edef68
2004-04-11 16:30:07 +00:00