Commit Graph

6333 Commits

Author SHA1 Message Date
Gilles 4e93138656 MATH-1443: Depend on "Commons Statistics".
Simplify classes that remain in "Commons Math".
2018-01-25 19:34:16 +01:00
Gilles b1a8299ad2 MATH-1443: Depend on "Commons Statistics".
Simplify classes that remain in "Commons Math".
2018-01-25 19:20:03 +01:00
Gilles d2359cedd7 Javadoc. 2018-01-25 18:47:59 +01:00
Gilles 87f6b2c3d2 Class is obsolete. 2018-01-25 18:40:55 +01:00
Gilles ef84681392 MATH-1443: Depend on "Commons Statistics".
Deleted all classes that have a counterpart in "Commons Statistics".
2018-01-25 18:36:19 +01:00
Gilles 3e24c28e68 MATH-1443: Depend on "Commons Statistics". 2018-01-25 18:35:44 +01:00
Gilles 06bc5ac61a MATH-1443: Depend on "Commons Statistics". 2018-01-25 18:31:10 +01:00
Gilles b2d4b2ac3a MATH-1443: Depend on "Commons Statistics". 2018-01-25 17:54:31 +01:00
Gilles c3ff46e303 Use code moved to "Commons RNG" (v1.1 snapshot). 2018-01-25 17:24:55 +01:00
Gilles c4218b8385 MATH-1443: Depend on "Commons Statistics". 2018-01-25 17:08:40 +01:00
Gilles bd15dc78c7 MATH-1443: Depend on "Commons Statistics". 2018-01-24 17:14:38 +01:00
Gilles 4ce6378eb6 MATH-1443: Depend on "Commons Statistics". 2018-01-24 17:10:12 +01:00
Gilles 8dba68a38c MATH-1443: Depend on "Commons Statistics". 2018-01-24 16:44:56 +01:00
Gilles 015e3cd37d MATH-1443: Depend on "Commons Statistics". 2018-01-24 16:35:52 +01:00
Gilles db7a08583a MATH-1443: Depend on "Commons Statistics". 2018-01-24 16:24:08 +01:00
Gilles 3c0c9d83e2 MATH-1443: Depend on "Commons Statistics". 2018-01-24 16:16:00 +01:00
Gilles 6d9bc1ade0 Merge branch 'fix_MATH-1439'
Closes #74
2018-01-21 14:27:26 +01:00
Gilles c73a863bf8 Removed unused "import" statement. 2018-01-21 14:24:09 +01:00
darkma773r fd86d06ec5 MATH-1439: Updating o.a.c.m.geometry.partitioning.Characterization class to gracefully handle situation where a bsp node has the same hyperplane as the sub-hyperplane it is being tested against 2018-01-21 14:11:31 +01:00
Gilles a43b8d68b8 Update outdated code.
In latest snapshot version of "Commons RNG", class "MarsagliaLogNormalSampler"
does not exist anymore.
2018-01-21 14:00:50 +01:00
Gilles c48d7c40cf Merge branch 'fix-MATH-1436'
Closes #72
Closes #73
2017-12-25 10:38:10 +01:00
Gilles 29c067466e No tabs. 2017-12-25 10:25:18 +01:00
Gilles 5ec8070228 Merge commit 'refs/pull/73/head' of https://github.com/apache/commons-math into fix-MATH-1436 2017-12-25 10:02:17 +01:00
Gilles a61fde9965 No tabs. 2017-12-25 10:00:36 +01:00
darkma773r b657c914c0 MATH-1436: adding checks for edge cases related to infinite lines in PolygonsSet; adding two test cases to PolygonsSetTest 2017-12-23 14:17:12 -05:00
darkma773r 3b7deb9438 MATH-1436: adding fix to SubOrientedPoint to use the parent hyperplane's tolerance value in the split method; adding unit test for SubOrientedPoint 2017-12-23 13:52:24 -05:00
Ray DeCampo eafb16c711 MATH-1416: Merge changes from feature-MATH-1416 2017-09-16 13:38:40 -04:00
Ray DeCampo d7f522e317 MATH-1416: Remove o.a.m.primes package from commons-math as it have been moved to commons-numbers 2017-09-16 13:24:14 -04:00
Ray DeCampo 0868b084fb MATH-1416: Remove SmallPrimes from commons-math as it have been moved to commons-numbers 2017-09-16 13:20:06 -04:00
Ray DeCampo ae162d7762 MATH-1416: Remove Primes from commons-math as it have been moved to commons-numbers 2017-09-16 13:17:40 -04:00
Ray DeCampo 9a3b7e4797 MATH-1416: Remove RootsOfUnity from commons-math as it have been moved to commons-numbers 2017-09-16 11:39:18 -04:00
Ray DeCampo e415b2f4f3 MATH-1416: Remove Quaternion from commons-math as it have been moved to commons-numbers 2017-09-16 11:36:10 -04:00
Ray DeCampo 63bb89e498 MATH-1416: Remove AbstractFormat from commons-math as they have been moved to commons-numbers 2017-09-15 17:04:52 -04:00
Ray DeCampo 2f038f0073 MATH-1416: Remove BigFractionFormat and ProperBigFractionFormat from commons-math as they have been moved to commons-numbers 2017-09-15 17:02:09 -04:00
Ray DeCampo b31b5ca32a MATH-1416: Remove FractionFormat and ProperFractionFormat from commons-math as they have been moved to commons-numbers 2017-09-15 16:58:00 -04:00
Gilles 34886092d9 RAT check. 2017-08-16 16:04:34 +02:00
Gilles 13e0ba5aff Explicitly use class from "Commons RNG".
Change removes the dependency loop between "o.a.c.math4.random" and
"o.a.c.math4.distribution" packages.
2017-08-16 15:20:58 +02:00
Gilles 2c6e3404bc MATH-1429: "UnitSphereRandomVectorGenerator" replaced by "UnitSphereSampler".
Functionality moved to "Commons RNG":
  https://issues.apache.org/jira/browse/RNG-39
2017-08-16 14:42:19 +02:00
Gilles eed46beefb Stop trying to build with JDK7 on "Travis".
See
  http://markmail.org/message/rcayzpntymt4ci34
2017-08-15 02:32:40 +02:00
Gilles 333a32488f Plugins update. 2017-08-10 03:04:53 +02:00
Gilles 1e139db440 Update "maven-jgit-buildnumber-plugin". 2017-08-10 01:40:05 +02:00
Gilles dcaed2dc28 Unused import. 2017-08-09 14:37:42 +02:00
Gilles bd82fe9fc0 MATH-1426: Add constructor that takes a "Double[]" argument.
Thanks to Karl Richter.
2017-08-09 14:32:56 +02:00
Gilles 496934effc Javadoc. 2017-08-09 13:56:01 +02:00
Gilles 05c28c05e9 Javadoc.
Thanks to Karl Richter.
2017-08-09 13:54:22 +02:00
Gilles e1f30a1c32 MATH-1425: Overridden methods for improved performance.
Thanks to Christoph Dibak.
2017-07-22 02:17:35 +02:00
Gilles f940239fd2 Javadoc. 2017-07-18 13:10:50 +02:00
Gilles 612a04d6b0 Javadoc. 2017-06-22 03:17:03 +02:00
Gilles b05bd69cdd Avoid repeated computations. 2017-06-22 03:14:35 +02:00
Gilles 34adc60660 MATH-1421: Code refactoring.
Replaced unnecessary usage of "pow" function.
Reordered some operations.

It fixes the reported case where the lower bound was negative (see unit
test), but it might not be sufficient to avoid the problem in all cases.
2017-06-22 03:03:15 +02:00