mirror of
https://github.com/apache/commons-math.git
synced 2025-03-04 15:39:17 +00:00
Updated the example documentation for the GaussianCurveFitter.
This closes #4 pull request from GitHub. Thanks to Ole for providing the patch.
This commit is contained in:
parent
4080feff61
commit
97d32b14e6
@ -64,7 +64,7 @@ import org.apache.commons.math3.util.FastMath;
|
||||
* obs.add(4.07525716, 1447024.0);
|
||||
* obs.add(4.08237071, 717104.0);
|
||||
* obs.add(4.08366408, 620014.0);
|
||||
* double[] parameters = GaussianCurveFitter.create().fit(obs);
|
||||
* double[] parameters = GaussianCurveFitter.create().fit(obs.toList());
|
||||
* </pre>
|
||||
*
|
||||
* @since 3.3
|
||||
|
Loading…
x
Reference in New Issue
Block a user