You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2015/03/10 22:47:49 UTC

[4/4] [math] Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-math

Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-math

Conflicts:
	src/changes/changes.xml


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

Branch: refs/heads/master
Commit: f5532557b9fd00c2e1c8b1cc4559d95eed0ad8ac
Parents: ab9c3e9 ce2badf
Author: Thomas Neidhart <th...@gmail.com>
Authored: Tue Mar 10 22:46:30 2015 +0100
Committer: Thomas Neidhart <th...@gmail.com>
Committed: Tue Mar 10 22:46:30 2015 +0100

----------------------------------------------------------------------
 src/changes/changes.xml                                |  2 ++
 .../commons/math4/random/EmpiricalDistribution.java    | 13 +++++++++++--
 .../ml/neuralnet/sofm/KohonenUpdateActionTest.java     |  2 +-
 .../math4/random/EmpiricalDistributionTest.java        |  6 +++++-
 4 files changed, 19 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/f5532557/src/changes/changes.xml
----------------------------------------------------------------------
diff --cc src/changes/changes.xml
index 22d53f8,79e3d25..8be9d68
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@@ -54,8 -54,8 +54,10 @@@ If the output is not quite correct, che
      </release>
  
      <release version="4.0" date="XXXX-XX-XX" description="">
 +      <action dev="tn" type="add" issue="MATH-945">
 +        Added method "T log10()" to interface "RealFieldElement".
+       <action dev="psteitz" type="fix" issue="MATH-1208">
+          EmpiricalDistribution cumulativeProbability can return NaN when evaluated within a constant bin.
        </action>
        <action dev="psteitz" type="fix" issue="MATH-1203">
          EmpiricalDistribution getKernel fails for buckets with only multiple instances of the same value.

http://git-wip-us.apache.org/repos/asf/commons-math/blob/f5532557/src/main/java/org/apache/commons/math4/random/EmpiricalDistribution.java
----------------------------------------------------------------------