git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1571640 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gilles Sadowski 2014-02-25 10:27:21 +00:00
parent 1358d274db
commit d3470c37ab
3 changed files with 3 additions and 3 deletions

View File

@ -131,7 +131,7 @@ public class GaussianCurveFitter extends AbstractCurveFitter {
}
/**
* Configure the sart point (initial guess).
* Configure the start point (initial guess).
* @param newStart new start point (initial guess)
* @return a new instance.
*/

View File

@ -84,7 +84,7 @@ public class HarmonicCurveFitter extends AbstractCurveFitter {
}
/**
* Configure the sart point (initial guess).
* Configure the start point (initial guess).
* @param newStart new start point (initial guess)
* @return a new instance.
*/

View File

@ -75,7 +75,7 @@ public class PolynomialCurveFitter extends AbstractCurveFitter {
}
/**
* Configure the sart point (initial guess).
* Configure the start point (initial guess).
* @param newStart new start point (initial guess)
* @return a new instance.
*/