git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1374493 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gilles Sadowski 2012-08-18 01:10:20 +00:00
parent 8abe21fe47
commit b23e1c330e
1 changed files with 2 additions and 2 deletions

View File

@ -209,9 +209,9 @@ public class HarmonicFitter extends CurveFitter<HarmonicOscillator.Parametric> {
}
/**
* Estimate a first guess of the coefficients.
* Gets an estimation of the parameters.
*
* @return the guessed coefficients, in the following order:
* @return the guessed parameters, in the following order:
* <ul>
* <li>Amplitude</li>
* <li>Angular frequency</li>