Package | Description |
---|---|
org.hipparchus.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 © 2016-2021 CS GROUP. All rights reserved.