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 2014/12/15 16:57:38 UTC

[1/2] [math] Javadoc

Repository: commons-math
Updated Branches:
  refs/heads/master d5f586bd4 -> 92a027bc7


Javadoc


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

Branch: refs/heads/master
Commit: ed6109d0a26f9657aa964e9c5cca4b1cae82afcf
Parents: 2fb2221
Author: Gilles <er...@apache.org>
Authored: Mon Dec 15 16:56:42 2014 +0100
Committer: Gilles <er...@apache.org>
Committed: Mon Dec 15 16:56:42 2014 +0100

----------------------------------------------------------------------
 .../math3/analysis/interpolation/BicubicInterpolator.java       | 4 ++--
 .../org/apache/commons/math3/fitting/SimpleCurveFitter.java     | 5 ++---
 2 files changed, 4 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/ed6109d0/src/main/java/org/apache/commons/math3/analysis/interpolation/BicubicInterpolator.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/math3/analysis/interpolation/BicubicInterpolator.java b/src/main/java/org/apache/commons/math3/analysis/interpolation/BicubicInterpolator.java
index 7a3f948..82ab44e 100644
--- a/src/main/java/org/apache/commons/math3/analysis/interpolation/BicubicInterpolator.java
+++ b/src/main/java/org/apache/commons/math3/analysis/interpolation/BicubicInterpolator.java
@@ -33,8 +33,8 @@ import org.apache.commons.math3.util.MathArrays;
  *  interpolation ranges, the interpolated values will be wrong at the
  *  edges of the patch.
  *  The {@code interpolate} method will return a function that overrides
- *  {@link isValidPoint(double,double)} to indicate points where the
- *  interpolation will be inaccurate.
+ *  {@link BicubicInterpolatingFunction#isValidPoint(double,double)} to
+ *  indicate points where the interpolation will be inaccurate.
  * </p>
  *
  * @since 3.4

http://git-wip-us.apache.org/repos/asf/commons-math/blob/ed6109d0/src/main/java/org/apache/commons/math3/fitting/SimpleCurveFitter.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/math3/fitting/SimpleCurveFitter.java b/src/main/java/org/apache/commons/math3/fitting/SimpleCurveFitter.java
index 0307e42..3f6b7d6 100644
--- a/src/main/java/org/apache/commons/math3/fitting/SimpleCurveFitter.java
+++ b/src/main/java/org/apache/commons/math3/fitting/SimpleCurveFitter.java
@@ -54,9 +54,8 @@ public class SimpleCurveFitter extends AbstractCurveFitter {
 
     /**
      * Creates a curve fitter.
-     * The initial guess for the parameters will be {@link ParameterGuesser}
-     * computed automatically, and the maximum number of iterations of the
-     * optimization algorithm is set to {@link Integer#MAX_VALUE}.
+     * The maximum number of iterations of the optimization algorithm is set
+     * to {@link Integer#MAX_VALUE}.
      *
      * @param f Function to fit.
      * @param start Initial guess for the parameters.  Cannot be {@code null}.


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

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


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

Branch: refs/heads/master
Commit: 92a027bc73d5ef67c4b2ead2f3ef63f198be1e26
Parents: ed6109d d5f586b
Author: Gilles <er...@apache.org>
Authored: Mon Dec 15 16:57:10 2014 +0100
Committer: Gilles <er...@apache.org>
Committed: Mon Dec 15 16:57:10 2014 +0100

----------------------------------------------------------------------
 src/changes/changes.xml                               |  5 +++++
 .../org/apache/commons/math3/filter/KalmanFilter.java | 14 ++++++++++----
 2 files changed, 15 insertions(+), 4 deletions(-)
----------------------------------------------------------------------