Package | Description |
---|---|
org.apache.commons.math3.fitting.leastsquares |
This package provides algorithms that minimize the residuals
between observations and model values.
|
org.apache.commons.math3.optim |
Generally, optimizers are algorithms that will either
minimize or
maximize
a scalar function, called the
objective
function . |
Modifier and Type | Interface and Description |
---|---|
interface |
LeastSquaresProblem
The data necessary to define a non-linear least squares problem.
|
Modifier and Type | Class and Description |
---|---|
class |
LeastSquaresAdapter
An adapter that delegates to another implementation of
LeastSquaresProblem . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractOptimizationProblem<PAIR>
Base class for implementing optimization problems.
|
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.