Repository: commons-math
Updated Branches:
  refs/heads/master e009e73e7 -> efb023006


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/c89916ca
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/c89916ca
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/c89916ca

Branch: refs/heads/master
Commit: c89916ca4ceec5ce4011620b90d660dbacfe3ae2
Parents: e009e73
Author: Gilles <er...@apache.org>
Authored: Tue Aug 28 20:09:12 2018 +0200
Committer: Gilles <er...@apache.org>
Committed: Tue Aug 28 20:09:12 2018 +0200

----------------------------------------------------------------------
 .../commons/math4/fitting/leastsquares/LeastSquaresFactory.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/c89916ca/src/main/java/org/apache/commons/math4/fitting/leastsquares/LeastSquaresFactory.java
----------------------------------------------------------------------
diff --git 
a/src/main/java/org/apache/commons/math4/fitting/leastsquares/LeastSquaresFactory.java
 
b/src/main/java/org/apache/commons/math4/fitting/leastsquares/LeastSquaresFactory.java
index bd236db..145ec86 100644
--- 
a/src/main/java/org/apache/commons/math4/fitting/leastsquares/LeastSquaresFactory.java
+++ 
b/src/main/java/org/apache/commons/math4/fitting/leastsquares/LeastSquaresFactory.java
@@ -46,7 +46,7 @@ public class LeastSquaresFactory {
 
     /**
      * Create a {@link 
org.apache.commons.math4.fitting.leastsquares.LeastSquaresProblem}
-     * from the given elements. There will be no weights applied (unit 
weights).
+     * from the given elements.
      *
      * @param model          the model function. Produces the computed values.
      * @param observed       the observed (target) values

Reply via email to