5597 Commits

Author SHA1 Message Date
Thomas Neidhart
afcfbf57b9 [MATH-853] MathRuntimeException becomes the commons base class for all other exceptions. 2015-04-26 22:11:48 +02:00
Thomas Neidhart
2f461bdb0f Fix typo. 2015-04-26 21:18:57 +02:00
Thomas Neidhart
b494caa019 Remove spurios change. 2015-04-26 21:12:55 +02:00
Thomas Neidhart
a6abb8b003 [MATH-1197] Computation of 2-sample KS statistic was wrong in case of ties. 2015-04-26 20:55:17 +02:00
Gilles
8ed40d5302 RNG seed in unit test. 2015-04-19 03:50:30 +02:00
Luc Maisonobe
e613e029fb Merge 3.5 back into 4.0 history. 2015-04-17 21:10:07 +02:00
Luc Maisonobe
6dc7ccc57b 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-17 21:01:38 +02:00
tn
3a4e18ddf1 Code formatting. 2015-04-14 14:53:21 +02:00
Thomas Neidhart
0a799598cb Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-math
Conflicts:
	src/changes/changes.xml
2015-04-13 22:14:53 +02:00
Thomas Neidhart
845e1d5423 [MATH-1205] Major refactoring of the descriptive statistics package. 2015-04-13 22:11:35 +02:00
Luc Maisonobe
e588c8f2e9 Fixed wrong file name. 2015-04-12 19:02:38 +02:00
Luc Maisonobe
c02d676118 Updated site menu for upcoming 3.5 release. 2015-04-12 19:02:10 +02:00
Luc Maisonobe
a6ed07c55c Moved FastMathTestPerformance out of the main test tree.
Is is a benchmark rather than a test.

JIRA: MATH-1195
2015-04-12 17:54:36 +02:00
Luc Maisonobe
fa6fcf2080 Added a way to build polyhedrons sets from vertices and facets. 2015-04-12 17:15:55 +02:00
Phil Steitz
4aa1d98adf Added missing serial version ids. 2015-04-11 14:34:08 -07:00
Phil Steitz
b6488f0869 Added @Overrides. 2015-04-11 14:04:59 -07:00
Phil Steitz
9ec53e16d6 Dropped vestigal methods from test distributions. 2015-04-11 13:45:50 -07:00
Thomas Neidhart
e31fde875c Remove deprecated classes in optim package. 2015-04-11 16:05:10 +02:00
Thomas Neidhart
0737cf82db Remove deprecated classes in optim package. 2015-04-11 16:04:53 +02:00
Thomas Neidhart
8a76453566 Reset clirr exceptions after package change. 2015-04-11 15:51:07 +02:00
Thomas Neidhart
306fa74602 Remove deprecated interfaces/classes/methods in analysis package. 2015-04-11 15:47:35 +02:00
Thomas Neidhart
8e4e522151 Add missing @Override tags, formatting. 2015-04-11 14:57:51 +02:00
Thomas Neidhart
5d549fc352 Add missing @Override tags. 2015-04-11 14:51:07 +02:00
Luc Maisonobe
8d210b4f84 Fixed ignored method parameters in QRDecomposition protected methods.
JIRA: MATH-1191
2015-04-10 21:36:04 +02:00
Luc Maisonobe
8937821b5f Changed javadoc as the RandomDataGenerator class.
The class does not implement an interface anymore (the previous
interface has been deprecated in 3.X and removed in 4.0).

JIRA: MATH-1212
2015-04-10 21:06:37 +02:00
Luc Maisonobe
8d9ddbca5f Fixed @Override checkstyle warnings.
@Override was forbidden at some places in Java 5, but is now mandatory
at the same places in Java 7.
2015-04-10 17:45:37 +02:00
Luc Maisonobe
a06a158465 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-10 16:37:18 +02:00
Luc Maisonobe
b8e4612d48 Added dump/parse utilities for BSP trees.
These utilities are for test and debug purposes only.
2015-04-10 16:33:43 +02:00
Phil Steitz
6cd693a422 Fixed javadoc. JIRA: MATH-1214. 2015-04-09 17:47:34 -07:00
Gilles
a7de358a05 Javadoc warnings. 2015-04-09 14:59:54 +02:00
Gilles
de5d148d18 Typo. 2015-04-09 14:59:16 +02:00
Gilles
0a499402d7 MATH-1206
New API methods in "LeastSquaresProblem.Evaluation" class.
2015-04-09 14:37:42 +02:00
Luc Maisonobe
c768ed307d 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 properply handled.

JIRA: MATH-1162
2015-04-08 17:41:23 +02:00
Luc Maisonobe
54b2a69a63 Added missing @Override 2015-03-19 10:35:08 +01:00
Thomas Neidhart
a1c5a58276 Fix sonar error: remove private final field and return the DEFAULT value instead. 2015-03-18 22:41:00 +01:00
Gilles
c440f668ac MATH-1210
Improved error reporting.
2015-03-18 16:57:16 +01:00
Thomas Neidhart
093e3bb2e3 Fix checkstyle warning, remove forgotten deprecated methods. 2015-03-16 21:29:21 +01:00
Thomas Neidhart
b7d8801c36 Add missing @Override tags, add final for member variables where applicable. 2015-03-16 21:26:05 +01:00
Thomas Neidhart
9e26d9933a Add missing @Override tags, add final for member variables where applicable. 2015-03-16 21:24:39 +01:00
Thomas Neidhart
bfb3cf8bba [MATH-1209] Fix link to algorithm description in PoissonDistribution#sample(). Thanks to Jonathan Ogilvie 2015-03-11 22:08:57 +01:00
Thomas Neidhart
da4cef0724 Use proper type for changelog entry. 2015-03-10 23:28:33 +01:00
Thomas Neidhart
76b7413d2b [MATH-757] Removed broken and deprecated synchronization support in ResizableDoubleArray. 2015-03-10 23:16:03 +01:00
Thomas Neidhart
fbf5a51ea5 Add missing @Override tags, use final for private fields where possible. 2015-03-10 23:05:14 +01:00
Thomas Neidhart
7c172a091a Remove deprecated Vector#distance(Vector) method. 2015-03-10 23:00:03 +01:00
Thomas Neidhart
f5532557b9 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-math
Conflicts:
	src/changes/changes.xml
2015-03-10 22:46:30 +01:00
Thomas Neidhart
ab9c3e935e Add missing @Override tags. 2015-03-10 22:42:03 +01:00
Thomas Neidhart
45df5da264 [MATH-945] Added log10 to RealFieldElement. 2015-03-10 22:38:48 +01:00
Thomas Neidhart
cc467caf26 Add missing @Override tags, formatting. 2015-03-10 22:30:44 +01:00
Phil Steitz
ce2badf02e Corrected the fix for MATH-1208. 2015-03-09 12:37:57 -07:00
Phil Steitz
b148046add Made getKernel return a constant distribution for zero variance bins. JIRA: MATH-1203. 2015-03-08 19:36:20 -07:00