Typo.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1571640 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1358d274db
commit
d3470c37ab
|
@ -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)
|
* @param newStart new start point (initial guess)
|
||||||
* @return a new instance.
|
* @return a new instance.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -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)
|
* @param newStart new start point (initial guess)
|
||||||
* @return a new instance.
|
* @return a new instance.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -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)
|
* @param newStart new start point (initial guess)
|
||||||
* @return a new instance.
|
* @return a new instance.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue