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
Gilles
c1c61ce70d
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-math
2015-03-09 00:44:45 +01:00
Gilles
86eb3a2fa7
MATH-1207
...
Relax tolerance in unit test.
2015-03-09 00:42:35 +01:00
Phil Steitz
4aa4c6d31f
Made getKernel return a constant distribution for zero variance bins. JIRA: MATH-1203.
2015-03-08 14:10:25 -07:00
Thomas Neidhart
51a9539c69
Make private fields final if possible, add missing @Override tags for implemented interfaces, javadoc formatting.
2015-03-02 22:53:16 +01:00
Thomas Neidhart
1e7d4f0576
Remove unneeded empty lines.
2015-03-02 22:41:44 +01:00
Thomas Neidhart
4e08e17ec5
[MATH-958] Remove support for NaNStrategy#REMOVED in SpearmansCorrelation.
2015-03-02 22:41:18 +01:00
Thomas Neidhart
0a5cd11327
Remove deprecated interpolation and fitter classes.
2015-02-25 23:02:30 +01:00
Thomas Neidhart
d389e94bee
Remove unused imports.
2015-02-25 23:01:48 +01:00
Thomas Neidhart
b28255e1be
Enabled MissingOverride check after upgrade to Java 7.
2015-02-25 22:49:13 +01:00
Thomas Neidhart
b4669aad3f
Remove deprecated optimization package.
2015-02-25 22:34:53 +01:00
Thomas Neidhart
35b688b7ec
[MATH-869] NullArgumentException now extends NullPointerException.
2015-02-25 22:25:47 +01:00
Thomas Neidhart
c22e7fb6f9
Remove temporary output.
2015-02-25 22:20:33 +01:00
Thomas Neidhart
3fd9cf1753
[MATH-839] Renamed cumulativeProbability(double, double) to probability(double, double) in IntegerDistribution and RealDistribution. Thanks to Gilles.
2015-02-25 21:43:34 +01:00
Thomas Neidhart
0351963e6b
Add since tag for inner class.
2015-02-25 21:18:32 +01:00
tn
d98897b11e
Revert back temporary changes.
2015-02-25 17:45:07 +01:00
tn
ccd0fd51a5
Temp changes for analyzing test failures.
2015-02-25 10:01:02 +01:00
Thomas Neidhart
6b1b592887
Make method arguments final.
2015-02-25 07:56:38 +01:00
Thomas Neidhart
96ba5ec216
Remove deprecated contructors in UniformRealDistribution.
2015-02-24 23:38:51 +01:00
Thomas Neidhart
0d3545e5f6
[MATH-1039] Added logDensity and logProbability methods to RealDistribution and IntegerDistribution interfaces.
2015-02-24 23:30:55 +01:00
Thomas Neidhart
ece7c6fc67
[MATH-859] Remove deprecated isSupportXXXInclusive methods from RealDistribution.
2015-02-24 23:08:40 +01:00
Thomas Neidhart
4be09dfff2
[MATH-437] Remove deprecated KS distribution.
2015-02-24 23:07:58 +01:00
tn
4140e01266
Fix checkstyle warnings.
2015-02-24 11:28:54 +01:00
Thomas Neidhart
03e65c98da
Replace removed methods by toArray().
2015-02-23 23:58:44 +01:00
Thomas Neidhart
6ac547ddcb
Remove deprecated methods in linear package.
2015-02-23 23:28:37 +01:00