Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1374493 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8abe21fe47
commit
b23e1c330e
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue