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:
Ole 2014-09-30 09:50:52 +02:00 committed by Luc Maisonobe
parent 4080feff61
commit 97d32b14e6

View File

@ -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