5686 Commits

Author SHA1 Message Date
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
Thomas Neidhart
07defdaaef Update to latest parent: 37. 2015-02-16 23:43:33 +01:00
Thomas Neidhart
e4e1ac23c7 Update for next development iteration: commons-math4 2015-02-16 23:37:23 +01:00
Thomas Neidhart
a7b4803ffe Update for next development iteration: commons-math4 2015-02-16 23:35:42 +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