Commit Graph

5530 Commits

Author SHA1 Message Date
Thomas Neidhart ab2b01168c Remove tags added by accident. 2015-05-01 12:28:05 +02:00
Thomas Neidhart f5d028ca6a [MATH-1153] Improve performance of BetaDistribution.sample(). Thanks to Sergei Lebedev. 2015-05-01 12:07:52 +02:00
Thomas Neidhart 2011e11e57 Fix typo. 2015-04-26 21:19:27 +02:00
Thomas Neidhart 870e1d3d98 [MATH-1197] 2-sample KS statistic was wrong in case of ties. 2015-04-26 21:10:01 +02:00
Luc Maisonobe 9a0d061981 Preparing for next release in the 3.X branch. 2015-04-17 16:54:40 +02:00
Luc Maisonobe b3c5dae8f2 Removed spurious (for Java 5) @Override. 2015-04-14 13:56:59 +02:00
Luc Maisonobe 6e24e58ffb Wrap jgit buildnumber plugin in a profile triggered by .git exsiting.
This should prevent numerous warnings when building from a source
archive instead of from git checkout.
2015-04-14 13:40:34 +02:00
Luc Maisonobe e30d37c71b Fixed test incompatibility with Java5. 2015-04-14 13:28:02 +02:00
Luc Maisonobe 7efda3f0a0 Preparing 3.5 release. 2015-04-12 19:04:59 +02:00
Luc Maisonobe 884524ae6e Fixed wrong file name. 2015-04-12 19:00:53 +02:00
Luc Maisonobe bf2e22ad8a Updating site menu for next version. 2015-04-12 19:00:00 +02:00
Luc Maisonobe ecd900729c Moved FastMathTestPerformance out of the main test tree.
Is is a benchmark rather than a test.

JIRA: MATH-1195
2015-04-12 17:40:34 +02:00
Luc Maisonobe 962a367a54 Added a way to build polyhedrons sets from a vertices and facets. 2015-04-12 16:59:49 +02:00
Phil Steitz 412eed93da Added missing serial version IDs. 2015-04-11 14:43:37 -07:00
Phil Steitz 5bbfff6536 Removed needless import. 2015-04-11 13:28:56 -07:00
Phil Steitz fcc40ccb42 Added Laguerre complex solve methods taking maxEval parameters. JIRA: MATH-1213. 2015-04-10 21:20:31 -07:00
Phil Steitz 89a0c4b221 Added Laguerre complex solve methods taking maxEval parameters. JIRA: MATH-1213. 2015-04-10 21:17:31 -07:00
Luc Maisonobe beb4d1ce66 Fixed ignored method parameters in QRDecomposition protected methods.
JIRA: MATH-1191
2015-04-10 21:32:07 +02:00
Luc Maisonobe aa43eca83f Fixed Java 7 only statement. 2015-04-10 12:22:42 +02:00
Phil Steitz 6a24cf473c Fixed javadoc. JIRA: MATH-1214. 2015-04-09 17:42:59 -07:00
Luc Maisonobe 5c07e5487a Added forgotten message for improved fix. 2015-04-09 22:28:53 +02:00
Luc Maisonobe bcb70e36ca Fixed wrong intersection selection in polyhedrons sets.
Sometimes the selected intersection point was on the wrong side of the
line (i.e. in the opposite of the direction of the line).

Thanks to Mike Zimmerman for identifying and solving the issue.

JIRA: MATH-1211
2015-04-09 22:22:39 +02:00
Luc Maisonobe 9744a812bd Added dump/parse utilities for BSP trees.
These utilities are for test and debug purposes only.
2015-04-09 22:19:06 +02:00
Luc Maisonobe b4d2c75d39 Fixed wrong handling of a corner case.
The problem occurs in very difficult to reproduce cases, as it is really
a corner case. When the vanishing cut-subhyperplane occurs during a
Difference operation, the fixed node still has a null cut-subhyperplane.
This was not proerply handled.

JIRA: MATH-1162
2015-04-08 17:12:32 +02:00
Thomas Neidhart 5023353077 [MATH-1209] Fix link to algorithm description in PoissonDistribution#sample(). Thanks to Jonathan Ogilvie 2015-03-11 22:13:22 +01:00
Phil Steitz 13abd04b46 Corrected the fix for MATH-1208. 2015-03-09 12:49:12 -07:00
Phil Steitz d41364faa4 Fixed EmpiricalDistrubiton#cumulativeProbability to correctly handle constant bin kernels. JIRA: MATH-1208. 2015-03-08 17:46:05 -07:00
Phil Steitz 59912a0724 Made getKernel return a constant distribution for zero variance bins. JIRA: MATH-1203. 2015-03-08 15:11:03 -07:00
Thomas Neidhart 9aa6382673 [MATH-1204] backport to 3.5 branch. 2015-02-19 22:23:10 +01:00
Gilles 68e6de3519 Javadoc 2015-02-04 14:10:33 +01:00
Gilles a25b7b5846 HTML cleanup 2015-02-04 14:09:37 +01:00
Gilles 98d49ae58c Typo 2015-02-04 13:57:58 +01:00
Gilles c7fcb448c9 Javadoc
MATH-1201
2015-02-04 13:56:35 +01:00
Thomas Neidhart 859de3fcba [MATH-1198] Add changelog entry. 2015-01-26 22:11:05 +01:00
Luc Maisonobe f3e1598dfd Fixed hidden field warning. 2015-01-26 10:21:07 +01:00
Luc Maisonobe e7bf6afe50 Fixed checkstyle trailing whitespace warning. 2015-01-26 10:20:38 +01:00
Thomas Neidhart eb57c2b4b1 Added missing changelog entry. 2015-01-25 20:44:56 +01:00
Sebb 3d9a76877b Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-math 2015-01-25 00:30:26 +00:00
Sebb f7e42d2ccf MATH-1198 Simplify FastMath exp function
Hopefully also fix Java 1.5 JIT bug
2015-01-25 00:26:21 +00:00
Gilles 75efbfd6b2 Quadratic mean
MATH-1199
2015-01-23 16:56:02 +01:00
Gilles 38e337f5c8 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-math 2015-01-23 16:53:42 +01:00
Gilles 6a8ba1fecb Quadratic mean
MATH-1199
2015-01-23 16:46:48 +01:00
Thomas Neidhart 6383def7f6 Fix javadoc: the type is an interface rather than an abstract class. 2015-01-21 21:03:41 +01:00
Thomas Neidhart 15bdcc3be2 Add temporary check for rare test failure. 2015-01-21 00:42:16 +01:00
tn 4e1958256e Enable jacoco again. 2015-01-13 11:04:32 +01:00
tn 3923fc10fe Disable jacoco temporarily. 2015-01-13 10:58:15 +01:00
tn bb20e79f7b Upgrade jacoco to latest version. 2015-01-13 10:49:52 +01:00
tn 14619d3e60 Remove console output. 2015-01-13 10:40:44 +01:00
tn cb177b56b7 Readd console output. 2015-01-13 10:35:27 +01:00
tn 0f36265123 Revert previous commit with debug output, fix typo. 2015-01-13 10:31:06 +01:00