| Package | Description | 
|---|---|
| org.apache.commons.math3.fitting | Classes to perform curve fitting. | 
| Modifier and Type | Method and Description | 
|---|---|
| static GaussianCurveFitter | GaussianCurveFitter. create()Creates a default curve fitter. | 
| GaussianCurveFitter | GaussianCurveFitter. withMaxIterations(int newMaxIter)Configure the maximum number of iterations. | 
| GaussianCurveFitter | GaussianCurveFitter. withStartPoint(double[] newStart)Configure the start point (initial guess). | 
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.