You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2016/05/17 15:49:58 UTC

[25/25] [math] Merge branch 'task-MATH-1360' into develop

Merge branch 'task-MATH-1360' into develop

Completes issue MATH-1360 (see JIRA).


Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/0e89d6c3
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/0e89d6c3
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/0e89d6c3

Branch: refs/heads/develop
Commit: 0e89d6c31f1585e7976c891b65322e5562299e15
Parents: 57e01f4 8e71711
Author: Gilles <er...@apache.org>
Authored: Tue May 17 17:02:00 2016 +0200
Committer: Gilles <er...@apache.org>
Committed: Tue May 17 17:02:00 2016 +0200

----------------------------------------------------------------------
 .../math4/genetics/GeneticAlgorithm.java        | 18 +++++-----
 .../commons/math4/genetics/NPointCrossover.java |  4 +--
 .../math4/genetics/OrderedCrossover.java        |  4 +--
 .../math4/genetics/UniformCrossover.java        |  4 +--
 .../ml/clustering/FuzzyKMeansClusterer.java     | 12 +++----
 .../ml/clustering/KMeansPlusPlusClusterer.java  | 14 ++++----
 .../scalar/noderiv/CMAESOptimizer.java          | 18 +++++-----
 .../MultiStartUnivariateOptimizer.java          |  6 ++--
 .../math4/random/GaussianRandomGenerator.java   | 34 ++++++++++--------
 .../math4/random/StableRandomGenerator.java     | 10 +++---
 .../math4/random/UniformRandomGenerator.java    | 36 +++++++++++---------
 .../random/UnitSphereRandomVectorGenerator.java | 18 ++++++----
 .../math4/util/RandomPivotingStrategy.java      |  6 ++--
 .../math4/ExtendedFieldElementAbstractTest.java | 22 ++++++------
 .../DerivativeStructureTest.java                |  7 ++--
 .../differentiation/SparseGradientTest.java     |  9 +++--
 .../math4/analysis/function/LogitTest.java      | 13 ++++---
 .../distribution/BetaDistributionTest.java      |  3 --
 .../commons/math4/filter/KalmanFilterTest.java  | 19 +++++------
 .../geometry/enclosing/WelzlEncloser2DTest.java |  6 ++--
 .../geometry/enclosing/WelzlEncloser3DTest.java |  7 ++--
 .../euclidean/threed/FieldRotationDSTest.java   | 11 +++---
 .../euclidean/threed/FieldRotationDfpTest.java  | 11 +++---
 .../euclidean/threed/FieldVector3DTest.java     |  7 ++--
 .../euclidean/threed/PolyhedronsSetTest.java    |  6 ++--
 .../euclidean/threed/SphereGeneratorTest.java   |  8 ++---
 .../geometry/euclidean/threed/Vector3DTest.java |  7 ++--
 .../euclidean/twod/DiskGeneratorTest.java       |  7 ++--
 .../hull/ConvexHullGenerator2DAbstractTest.java |  8 ++---
 .../geometry/spherical/twod/CircleTest.java     | 11 +++---
 .../twod/SphericalPolygonsSetTest.java          | 23 ++++++++-----
 .../ml/clustering/FuzzyKMeansClustererTest.java |  6 ++--
 .../clustering/KMeansPlusPlusClustererTest.java | 11 +++---
 .../math4/ode/events/EventFilterTest.java       |  6 ++--
 .../MultiStartMultivariateOptimizerTest.java    | 20 +++++------
 .../scalar/noderiv/CMAESOptimizerTest.java      |  8 ++---
 .../MultiStartUnivariateOptimizerTest.java      | 23 +++++--------
 .../CorrelatedRandomVectorGeneratorTest.java    | 16 +++------
 .../random/GaussianRandomGeneratorTest.java     |  9 ++---
 .../math4/random/StableRandomGeneratorTest.java | 12 +++----
 .../UncorrelatedRandomVectorGeneratorTest.java  |  8 ++---
 .../random/UniformRandomGeneratorTest.java      |  8 ++---
 .../UnitSphereRandomVectorGeneratorTest.java    |  7 ++--
 .../correlation/KendallsCorrelationTest.java    |  6 ++--
 .../correlation/StorelessCovarianceTest.java    |  5 +--
 .../descriptive/rank/PSquarePercentileTest.java |  5 ++-
 .../stat/descriptive/rank/PercentileTest.java   |  5 ++-
 .../GLSMultipleLinearRegressionTest.java        | 13 +++----
 .../stat/regression/SimpleRegressionTest.java   |  5 +--
 .../commons/math4/util/ArithmeticUtilsTest.java | 18 ++++------
 .../apache/commons/math4/util/FastMathTest.java | 15 ++++----
 .../commons/math4/util/MathArraysTest.java      |  5 +--
 .../commons/math4/util/MathUtilsTest.java       | 15 ++++----
 53 files changed, 293 insertions(+), 302 deletions(-)
----------------------------------------------------------------------