Repository: commons-math Updated Branches: refs/heads/master 58d613bd8 -> d76128ccf
Modify changes as Phil did the actual work. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/d76128cc Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/d76128cc Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/d76128cc Branch: refs/heads/master Commit: d76128ccf38b2215bd0cd800a9652be2057ae03f Parents: 58d613b Author: Thomas Neidhart <[email protected]> Authored: Fri Oct 3 23:15:39 2014 +0200 Committer: Thomas Neidhart <[email protected]> Committed: Fri Oct 3 23:15:39 2014 +0200 ---------------------------------------------------------------------- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/d76128cc/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 69d7f76..0c6520b 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -108,7 +108,7 @@ Users are encouraged to upgrade to this version as this release not shall be created (includeCollinearPoints=false) and collinear hull points were present in the input. </action> - <action dev="tn" type="fix" issue="MATH-1131" due-to="Schalk W. Cronjé"> + <action dev="psteitz" type="fix" issue="MATH-1131" due-to="Schalk W. Cronjé"> Improve performance of "KolmogorovSmirnovTest#kolmogorovSmirnovTest(...)" for large samples. Also changed implementation for large n to use Pelz-Good approximation.
