Commit Graph

187 Commits

Author SHA1 Message Date
Phil Steitz 33e3fd583f Formmatting, changed a couple of 'updates' to 'fixes'.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@201896 13f79535-47bb-0310-9956-ffa450edef68
2005-06-26 19:26:00 +00:00
Phil Steitz a5c011a640 Changed Fraction(double) to correctly handle near-integral arguments.
PR # 35434
Submitted by: Jörg Weimar


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@201813 13f79535-47bb-0310-9956-ffa450edef68
2005-06-26 01:52:37 +00:00
Phil Steitz d062702366 Changed lcm to throw ArithmeticException (instead of returning bogus
value) if the result is too large to store as an integer.
PR # 35431
Submitted by: Jörg Weimar


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@201810 13f79535-47bb-0310-9956-ffa450edef68
2005-06-26 01:19:16 +00:00
Phil Steitz 6ed937e733 Added factory for TTest, ChiSquareTest and TestUtils class with
static methods to create instances and execute tests.
PR #32663



git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@180065 13f79535-47bb-0310-9956-ffa450edef68
2005-06-05 03:58:14 +00:00
Phil Steitz 59c267c22d Add 34042 fix.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@179959 13f79535-47bb-0310-9956-ffa450edef68
2005-06-04 05:37:44 +00:00
Phil Steitz f66cdb3a59 Update content.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@179955 13f79535-47bb-0310-9956-ffa450edef68
2005-06-04 05:19:07 +00:00
Phil Steitz 4a0814bef4 Formatting, fix errors and typos.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@179954 13f79535-47bb-0310-9956-ffa450edef68
2005-06-04 05:18:17 +00:00
Phil Steitz a215918685 Fix typos.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@179953 13f79535-47bb-0310-9956-ffa450edef68
2005-06-04 05:17:11 +00:00
Phil Steitz d7be6b3754 Update content, fix typos.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@179952 13f79535-47bb-0310-9956-ffa450edef68
2005-06-04 05:16:40 +00:00
Phil Steitz ad94c5d1de Added RandomAdaptor to complete PRNG pluggability framework, updated User Guide.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@179494 13f79535-47bb-0310-9956-ffa450edef68
2005-06-02 03:06:45 +00:00
Phil Steitz f1a9880905 Added [math] prefix to Bugzilla templates.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@179181 13f79535-47bb-0310-9956-ffa450edef68
2005-05-31 03:04:20 +00:00
Phil Steitz f6da77e2bc Added setSubMatrix methods to RealMatrix, BigMatrix.
Modified copyIn methods to use setSubMatrix and moved array argument checking
from constructors and copyIn to setSubMatrix.
PR # 35007
Base implementation contributed by Rodrigo di Lorenzo Lopes


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@178982 13f79535-47bb-0310-9956-ffa450edef68
2005-05-29 20:26:11 +00:00
Phil Steitz 27826c40d4 Minor site updates
* Changed scm link to point to cgi
* Edited down content on main page
* Added direct link to svn on nav
* Changed download link to point directly to math page


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@171363 13f79535-47bb-0310-9956-ffa450edef68
2005-05-22 19:29:45 +00:00
Brent Worden 66f5351b0b fixed javadoc comments, added @since tags to new classes and methods, corrected hyperlinks in user guide, add fraction unit tests.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@171283 13f79535-47bb-0310-9956-ffa450edef68
2005-05-22 05:25:44 +00:00
Phil Steitz cd3a81c0bb Added createXIdentityMatrix methods to MatrixUtils and deprecated getIdentity
methods in RealMatrixImpl, BigMatrixImpl.
Modified RealMatrixImpl, BigMatrixImpl constructors to throw
IllegalArgumentExceptions instead of ArrayIndexOutOfBounds when dimension
arguments are not positive.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@171229 13f79535-47bb-0310-9956-ffa450edef68
2005-05-21 16:29:19 +00:00
Phil Steitz a4d35ef08b Made PRNG pluggable for classes in the random package.
* Added RandomGeneratorinterface extracted from java.util.random.
* Added and abstract implementation, AbstractRandomGenerator providing default
  implementations of methods based on nextDouble().
* Added a constructor taking a RandomGenerator as an argument to RandomDataImpl
* Changed ValueServer to use a RandomData in its constructor.
* Changes to 1.0 classes should be backward compatible
  (including serialization).


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@170243 13f79535-47bb-0310-9956-ffa450edef68
2005-05-15 18:23:35 +00:00
Phil Steitz 723dd64d2e Fixed order of entries, added due-to in last update.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@169128 13f79535-47bb-0310-9956-ffa450edef68
2005-05-08 04:55:57 +00:00
Phil Steitz 746892442f Ported numerics improvements in commons lang Fraction implementation.
Added utility methods for overflow-checked integer arithmetic and
improved gcd method in MathUtils.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@168072 13f79535-47bb-0310-9956-ffa450edef68
2005-05-04 05:14:59 +00:00
Phil Steitz 6a82146702 Fixed error in TTestImpl.homoscedasticTtest. Implementation was
incorrectly using heteroscedastic t statistic. Also improved sensitivity
of test cases.
BZ #34677
Reported by: Gilles Gaillard


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@165583 13f79535-47bb-0310-9956-ffa450edef68
2005-05-02 05:14:49 +00:00
Phil Steitz e368d0d702 Updated copyright dates.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@161625 13f79535-47bb-0310-9956-ffa450edef68
2005-04-17 05:12:15 +00:00
Phil Steitz 4a4f843f04 Fixed javadoc errors. One-sided t-test significance adjustment was
reversed in javadoc for boolean-valued test methods.
BZ #34448
Reported by: Gilles Gaillard


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@161613 13f79535-47bb-0310-9956-ffa450edef68
2005-04-16 21:49:45 +00:00
Phil Steitz 2eb28c766c Updated to reflect 34448 fix.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@161612 13f79535-47bb-0310-9956-ffa450edef68
2005-04-16 21:42:59 +00:00
Brent Worden 0b61f84404 updating copyright
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@159729 13f79535-47bb-0310-9956-ffa450edef68
2005-04-01 20:49:27 +00:00
Brent Worden ee310159d9 PR: 34230
Fixed bug in PolynomialSplineFunction to allow evaluation of the function at the last knot point.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@159727 13f79535-47bb-0310-9956-ffa450edef68
2005-04-01 20:45:21 +00:00
Brent Worden 93a6d754cc added weibull distribution
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@157874 13f79535-47bb-0310-9956-ffa450edef68
2005-03-17 03:20:12 +00:00
Phil Steitz 9b4fe9da0a Added subversion links
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@155666 13f79535-47bb-0310-9956-ffa450edef68
2005-02-28 05:12:42 +00:00
Phil Steitz 167aecf38d Created separate javadoc links for 1.0 release, 1.1-dev.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@155665 13f79535-47bb-0310-9956-ffa450edef68
2005-02-28 05:12:03 +00:00
Dirk Verbeeck 2a9f2b6255 convert .cvsignore to svn:ignore
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@155505 13f79535-47bb-0310-9956-ffa450edef68
2005-02-26 13:45:21 +00:00
Dirk Verbeeck 9cdfd53d3b svn:keywords correction
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@155427 13f79535-47bb-0310-9956-ffa450edef68
2005-02-26 13:11:52 +00:00
Brent Worden 19ddf2957e added cauchy distribution
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@155159 13f79535-47bb-0310-9956-ffa450edef68
2005-02-24 03:59:05 +00:00
Brent Worden 0bc811fa7f added rounding methods.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@151480 13f79535-47bb-0310-9956-ffa450edef68
2005-02-05 06:24:20 +00:00
Brent Worden d53731afbe added fraction class and fraction formatting classes.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@151479 13f79535-47bb-0310-9956-ffa450edef68
2005-02-05 05:49:45 +00:00
Dirk Verbeeck 3bad03d075 change http://nagoya.apache.org/bugzilla
to http://issues.apache.org/bugzilla

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@149300 13f79535-47bb-0310-9956-ffa450edef68
2005-01-31 21:03:02 +00:00
Phil Steitz d81e3a0765 Prepare for 1.0 release.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141515 13f79535-47bb-0310-9956-ffa450edef68
2004-12-07 03:57:19 +00:00
Phil Steitz fdbecfc0b9 Updated to reflect PR# 32538 changes.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141514 13f79535-47bb-0310-9956-ffa450edef68
2004-12-06 06:03:01 +00:00
Phil Steitz 231b152acd Upped advertised JDK compatability level to 1.3.
- Complex equals uses Double.doubletoRawLongBits (fixing would make
   equals less sensitive).
 - Beta fails compilation (easy to fix)


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141511 13f79535-47bb-0310-9956-ffa450edef68
2004-12-05 23:56:50 +00:00
Phil Steitz b622f54ef7 Eliminate dup entry added by mistake in last commit.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141508 13f79535-47bb-0310-9956-ffa450edef68
2004-12-05 17:42:36 +00:00
Phil Steitz a403c7da89 Updated for 1.0 release.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141506 13f79535-47bb-0310-9956-ffa450edef68
2004-12-05 17:21:30 +00:00
Phil Steitz 01c927d650 Fixed spelling.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141502 13f79535-47bb-0310-9956-ffa450edef68
2004-11-09 12:41:37 +00:00
Brent Worden 81b1571ad3 added poisson description to user guide.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141501 13f79535-47bb-0310-9956-ffa450edef68
2004-11-09 02:26:55 +00:00
Phil Steitz 2b1de18a2d Prepare for Rc2.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141500 13f79535-47bb-0310-9956-ffa450edef68
2004-11-08 01:42:49 +00:00
Phil Steitz 1f6963b660 Prepare for RC2.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141499 13f79535-47bb-0310-9956-ffa450edef68
2004-11-08 01:38:17 +00:00
Phil Steitz 78bf73cb68 Fixed broken javadoc link.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141498 13f79535-47bb-0310-9956-ffa450edef68
2004-11-08 01:03:43 +00:00
Phil Steitz d4638be678 Removed broken link.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141497 13f79535-47bb-0310-9956-ffa450edef68
2004-11-08 00:56:06 +00:00
Phil Steitz 9e6639abd6 Updated to reflect PR 31713 changes.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141495 13f79535-47bb-0310-9956-ffa450edef68
2004-11-07 20:31:23 +00:00
Phil Steitz e2daf5fd17 Updated to reflect distribution package changes.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141493 13f79535-47bb-0310-9956-ffa450edef68
2004-11-07 05:07:29 +00:00
Phil Steitz 9000bde94d Updated to reflect BigMatrix changes.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141487 13f79535-47bb-0310-9956-ffa450edef68
2004-10-25 05:37:32 +00:00
Phil Steitz 6303d4f979 Fixed typo.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141478 13f79535-47bb-0310-9956-ffa450edef68
2004-10-24 17:52:16 +00:00
Phil Steitz bcdc50d516 Pr #31860 fix.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141477 13f79535-47bb-0310-9956-ffa450edef68
2004-10-24 06:40:55 +00:00
Phil Steitz 8b5b7b3ba4 Updated to reflect recent changes.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141474 13f79535-47bb-0310-9956-ffa450edef68
2004-10-14 05:10:09 +00:00
Phil Steitz 488ed27c25 Removed data mutators from RealMatrix interface and RealMatrixImpl.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141471 13f79535-47bb-0310-9956-ffa450edef68
2004-10-12 06:19:50 +00:00
Phil Steitz d99528598e Fix issue attribute name.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141458 13f79535-47bb-0310-9956-ffa450edef68
2004-10-08 06:25:18 +00:00
Phil Steitz b184eaef48 Updated to reflect recent changes.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141457 13f79535-47bb-0310-9956-ffa450edef68
2004-10-08 06:15:51 +00:00
Phil Steitz d432451865 Renamed .univariate -> .descriptive, .multivariate -> .regression
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141454 13f79535-47bb-0310-9956-ffa450edef68
2004-10-08 05:08:21 +00:00
Phil Steitz 9ed2ab275c Added ComplexFormat fix.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141453 13f79535-47bb-0310-9956-ffa450edef68
2004-09-26 02:08:47 +00:00
Phil Steitz c8b8ac237d Initial commit.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141446 13f79535-47bb-0310-9956-ffa450edef68
2004-09-19 22:48:03 +00:00
Phil Steitz 71e95c4c4d Fixed "premature" 1.0 download links.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141443 13f79535-47bb-0310-9956-ffa450edef68
2004-09-15 06:00:31 +00:00
Phil Steitz 0493b48d11 Modified regression section to reflect class name change.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141438 13f79535-47bb-0310-9956-ffa450edef68
2004-09-01 16:19:21 +00:00
Mark R. Diggory 20ea8a0154 info on creating patches
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141433 13f79535-47bb-0310-9956-ffa450edef68
2004-08-27 15:09:27 +00:00
Phil Steitz ead1ee60a5 Added link to Wiki, edited contributing section.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141430 13f79535-47bb-0310-9956-ffa450edef68
2004-08-22 01:39:35 +00:00
Phil Steitz 3da2239831 Added top level link to Javadoc
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141426 13f79535-47bb-0310-9956-ffa450edef68
2004-08-16 05:28:12 +00:00
Phil Steitz 41bbba82b1 Preparing for 1.0 release.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141422 13f79535-47bb-0310-9956-ffa450edef68
2004-08-15 18:07:00 +00:00
Phil Steitz cf659c5f76 Added missing semicolon in example.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141421 13f79535-47bb-0310-9956-ffa450edef68
2004-08-12 15:34:14 +00:00
Phil Steitz 77b718485c Removed boolean equalVariances flag from t-test API.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141418 13f79535-47bb-0310-9956-ffa450edef68
2004-08-02 04:20:09 +00:00
Phil Steitz bec758a4e5 Changed Task list label.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141416 13f79535-47bb-0310-9956-ffa450edef68
2004-07-25 15:17:37 +00:00
Phil Steitz 478ad433a8 Changed statements about references to allow inline definitions, algorithm descriptions.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141415 13f79535-47bb-0310-9956-ffa450edef68
2004-07-25 15:15:55 +00:00
Phil Steitz 2255b43534 Removed completed tasks, added Rational/Fraction class task for next release.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141414 13f79535-47bb-0310-9956-ffa450edef68
2004-07-25 15:13:47 +00:00
Phil Steitz 458d322d08 Minor edits, formatting.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141413 13f79535-47bb-0310-9956-ffa450edef68
2004-07-25 15:12:50 +00:00
Phil Steitz 207da9b291 Formatting, minor edits / updates.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141407 13f79535-47bb-0310-9956-ffa450edef68
2004-07-23 05:14:43 +00:00
Phil Steitz 7c4049003d Added *last* missing sections :-)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141402 13f79535-47bb-0310-9956-ffa450edef68
2004-07-20 22:29:50 +00:00
Phil Steitz f156491e83 Removed [lang] dependency.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141382 13f79535-47bb-0310-9956-ffa450edef68
2004-07-11 19:19:28 +00:00
Brent Worden c28fd51e88 Fixed javadoc, checkstyle, and link warnings. Made some corrections and additions to the user guide.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141331 13f79535-47bb-0310-9956-ffa450edef68
2004-06-23 16:26:18 +00:00
Phil Steitz 8a52cbfdf8 Dropped [collections] dependency.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141329 13f79535-47bb-0310-9956-ffa450edef68
2004-06-20 16:54:22 +00:00
Phil Steitz 272846b369 Removed BeanUtils from list of dependencies.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141287 13f79535-47bb-0310-9956-ffa450edef68
2004-06-08 05:37:43 +00:00
Phil Steitz 09bbff13c2 Updated t-test docs to include paired, homoscedastic tests.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141275 13f79535-47bb-0310-9956-ffa450edef68
2004-06-05 19:28:43 +00:00
Brent Worden 03ec3fdca5 PR: 29000
Made ComplexFormat extend java.text.Format providing complex object formatting and parsing.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141256 13f79535-47bb-0310-9956-ffa450edef68
2004-06-01 13:47:17 +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 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 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
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 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 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 cbb3d27933 links are not inherited
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141156 13f79535-47bb-0310-9956-ffa450edef68
2004-04-05 21:52:43 +00:00
Phil Steitz d3662d7bf6 Updated to reflect current status.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141155 13f79535-47bb-0310-9956-ffa450edef68
2004-04-05 05:22:00 +00:00
Phil Steitz e20c24d522 Formatting.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141137 13f79535-47bb-0310-9956-ffa450edef68
2004-03-21 20:32:50 +00:00
Phil Steitz 0c6b77b4eb Added Frequency example showing cumPct for a value between stored values.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141119 13f79535-47bb-0310-9956-ffa450edef68
2004-03-07 00:56:14 +00:00
Phil Steitz 08d7f9228a Filled in missing Frequency section.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141117 13f79535-47bb-0310-9956-ffa450edef68
2004-03-06 20:43:00 +00:00
Phil Steitz e6c5757f99 Filled in missing content in univariate statistics section.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141115 13f79535-47bb-0310-9956-ffa450edef68
2004-03-03 02:32:25 +00:00
Mark R. Diggory be15008b64 Switching to usage of menu's dtd to insert commons navigation items, using common-menus entity to reference commons menues in navigation.xml, sorting is done by Maven.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141114 13f79535-47bb-0310-9956-ffa450edef68
2004-03-02 03:27:48 +00:00
Phil Steitz 11202c19df Added more content to statistics and distributions user guide.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141113 13f79535-47bb-0310-9956-ffa450edef68
2004-02-29 21:25:08 +00:00
Phil Steitz a9c7bad42a Eliminated author tags.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141110 13f79535-47bb-0310-9956-ffa450edef68
2004-02-29 18:50:10 +00:00
Phil Steitz 94f23a61b5 Added copyright notice and reference to 2.0 license.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141107 13f79535-47bb-0310-9956-ffa450edef68
2004-02-28 17:47:37 +00:00
Brent Worden 70106770ea fixed spelling error: cummulative -> cumulative.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141100 13f79535-47bb-0310-9956-ffa450edef68
2004-02-18 04:04:18 +00:00
Mark R. Diggory 7255ed0bbb included navigation should be from commons-build now.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141093 13f79535-47bb-0310-9956-ffa450edef68
2004-02-15 16:08:42 +00:00