Phil Steitz
|
b224cbfcff
|
Initial commit -- value object representing statistical summary.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141228 13f79535-47bb-0310-9956-ffa450edef68
|
2004-05-18 04:17:29 +00:00 |
Phil Steitz
|
c434c70902
|
Added tests corresponding to examples in user guide.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141227 13f79535-47bb-0310-9956-ffa450edef68
|
2004-05-18 04:08:38 +00:00 |
Phil Steitz
|
7abfc91d9b
|
Updated missing user guide sections.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141226 13f79535-47bb-0310-9956-ffa450edef68
|
2004-05-17 05:59:14 +00:00 |
Phil Steitz
|
21c0a4d3de
|
Added overview, removed statistical utilities (covered in stat section).
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141225 13f79535-47bb-0310-9956-ffa450edef68
|
2004-05-17 05:58:35 +00:00 |
Phil Steitz
|
8d6e55fa9a
|
Added missing sections.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141224 13f79535-47bb-0310-9956-ffa450edef68
|
2004-05-17 05:57:38 +00:00 |
Phil Steitz
|
00865f38c8
|
javadoc typos.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141223 13f79535-47bb-0310-9956-ffa450edef68
|
2004-05-11 02:19:08 +00:00 |
Phil Steitz
|
73812e41db
|
Modified to extend DiscreteDistributionAbstractTest. Added degenerate test cases.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141222 13f79535-47bb-0310-9956-ffa450edef68
|
2004-05-11 02:12:11 +00:00 |
Phil Steitz
|
cd6d71b967
|
Initial commit.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141221 13f79535-47bb-0310-9956-ffa450edef68
|
2004-05-11 02:09:14 +00:00 |
Phil Steitz
|
38293084be
|
Added consistency checks for constructor parameters.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141220 13f79535-47bb-0310-9956-ffa450edef68
|
2004-05-11 02:07:58 +00:00 |
Phil Steitz
|
617f230171
|
Improved documentation.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141219 13f79535-47bb-0310-9956-ffa450edef68
|
2004-05-11 02:05:25 +00:00 |
Phil Steitz
|
c6a3107208
|
Improved documentation. Added x0 <= x1 check in cumulativeProbability. Required p < 1 in inverseCumulativeProbability.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141218 13f79535-47bb-0310-9956-ffa450edef68
|
2004-05-11 02:04:21 +00:00 |
Phil Steitz
|
0e424881ff
|
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.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141217 13f79535-47bb-0310-9956-ffa450edef68
|
2004-05-09 04:36:09 +00:00 |
Phil Steitz
|
4100eabf75
|
Updated missing userguide sections.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141216 13f79535-47bb-0310-9956-ffa450edef68
|
2004-05-06 05:18:00 +00:00 |
Phil Steitz
|
5e4fd24bd7
|
Added significance tests section.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141215 13f79535-47bb-0310-9956-ffa450edef68
|
2004-05-06 04:24:28 +00:00 |
Brent Worden
|
21314a8b57
|
Replaced normal CDF routine with one based on the error function.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141214 13f79535-47bb-0310-9956-ffa450edef68
|
2004-05-05 19:59:11 +00:00 |
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 |