5704 Commits

Author SHA1 Message Date
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
Thomas Neidhart
e92a76bc1a Remove deprecated methods in package geometry. 2015-02-23 23:21:25 +01:00
Thomas Neidhart
e6fe53fdae Remove deprecated classes and methods. 2015-02-23 23:03:35 +01:00
Thomas Neidhart
ff4ec1a323 Add changelog entry for MATH-1155. 2015-02-23 22:44:38 +01:00
Thomas Neidhart
dc9fcd4140 [MATH-1155] Performance improvement for WELL class random number generators. 2015-02-23 22:39:27 +01:00
Thomas Neidhart
c765796382 Update minimum JDK to at least Java 7. 2015-02-23 22:01:49 +01:00
Thomas Neidhart
76d5be34f0 [MATH-850] Remove deprecated RandomData and RandomDataImpl classes. 2015-02-19 23:28:28 +01:00
Thomas Neidhart
f1b2fcd7f5 [MATH-1204] Added changelog entry, fix javadoc typos. 2015-02-19 22:20:04 +01:00
Evan Ward
a56d4998cf MATH-1204 bracket function gives up too early
In UnivariateSolverUtils.bracket(...) the search ends prematurely if a =
lowerBound, which ignores some roots in the interval. Fixed by changing the
loop condition so the search continues while b < upperBound. Also added a test
case.
2015-02-19 15:16:28 -05:00
tn
d746a54c2e Update unit test for LocalizedFormats after removing the deprecated one. 2015-02-19 10:20:51 +01:00
tn
6d50174baa Remove deprecated classes in package geometry.partitioning.utilities. 2015-02-19 10:01:34 +01:00
tn
d0c62a848c Remove deprecated methods in ListPopulation. 2015-02-19 10:01:01 +01:00
tn
2e462ec48b Remove deprecated tag as the method has been made private already. 2015-02-19 10:00:47 +01:00
tn
261ceec84b Remove deprecated copy method. 2015-02-19 09:54:58 +01:00
tn
6e368658c4 Remove deprecated method medianOf3 in Percentile. 2015-02-19 09:52:49 +01:00
tn
24e3c8632e Remove deprecated localized format. 2015-02-19 09:50:38 +01:00
tn
2c94388179 Remove deprecated stat.clustering package. 2015-02-19 09:25:46 +01:00
Thomas Neidhart
745d383af1 [MATH-1050] Remove deprecated methods ArithmeticUtils#pow(..., long). 2015-02-17 00:13:36 +01:00
Thomas Neidhart
5f47ad718e [MATH-825] Method LaguerreSolver#laguerre(...) has been made private. 2015-02-16 23:57:19 +01:00
Thomas Neidhart
d0721feadc [MATH-760] Made DescriptiveStatistics#windowSize private. Thanks to sebb. 2015-02-16 23:50:24 +01:00