From 6d10d47af145d07a7db64e6ce760d1618ea6afeb Mon Sep 17 00:00:00 2001 From: Luc Maisonobe Date: Wed, 1 Jul 2009 21:03:38 +0000 Subject: [PATCH] fixed javadoc git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@790380 13f79535-47bb-0310-9956-ffa450edef68 --- .../commons/math/optimization/fitting/CurveFitter.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/java/org/apache/commons/math/optimization/fitting/CurveFitter.java b/src/java/org/apache/commons/math/optimization/fitting/CurveFitter.java index c98fda8d5..19892574b 100644 --- a/src/java/org/apache/commons/math/optimization/fitting/CurveFitter.java +++ b/src/java/org/apache/commons/math/optimization/fitting/CurveFitter.java @@ -105,8 +105,9 @@ public class CurveFitter { /** Fit a curve. *

This method compute the coefficients of the curve that best - * fit the sample of weighted pairs previously given through calls - * to the {@link #addWeightedPair addWeightedPair} method.

+ * fit the sample of observed points previously given through calls + * to the {@link #addObservedPoint(WeightedObservedPoint) + * addObservedPoint} method.

* @param f parametric function to fit * @param initialGuess first guess of the function parameters * @return fitted parameters