Uses of Class
org.hipparchus.optim.nonlinear.vector.leastsquares.SequentialGaussNewtonOptimizer
Package
Description
This package provides algorithms that minimize the residuals
between observations and model values.
-
Uses of SequentialGaussNewtonOptimizer in org.hipparchus.optim.nonlinear.vector.leastsquares
Modifier and TypeMethodDescriptionSequentialGaussNewtonOptimizer.withAPrioriData
(RealVector aPrioriState, RealMatrix aPrioriCovariance) Configure from a priori state and covariance.SequentialGaussNewtonOptimizer.withAPrioriData
(RealVector aPrioriState, RealMatrix aPrioriCovariance, double relativeSymmetryThreshold, double absolutePositivityThreshold) Configure from a priori state and covariance.SequentialGaussNewtonOptimizer.withDecomposer
(MatrixDecomposer newDecomposer) Configure the matrix decomposition algorithm.SequentialGaussNewtonOptimizer.withEvaluation
(LeastSquaresProblem.Evaluation previousEvaluation) Configure the previous evaluation used by the optimizer.SequentialGaussNewtonOptimizer.withFormNormalEquations
(boolean newFormNormalEquations) Configure if the normal equations should be explicitly formed.