| Package | Description | 
|---|---|
| org.hipparchus.optim.nonlinear.vector.leastsquares | 
 This package provides algorithms that minimize the residuals
 between observations and model values. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
GaussNewtonOptimizer | 
GaussNewtonOptimizer.withDecomposer(MatrixDecomposer newDecomposer)
Configure the matrix decomposition algorithm. 
 | 
GaussNewtonOptimizer | 
GaussNewtonOptimizer.withFormNormalEquations(boolean newFormNormalEquations)
Configure if the normal equations should be explicitly formed. 
 | 
Copyright © 2016-2021 CS GROUP. All rights reserved.