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 |
---|---|
SequentialGaussNewtonOptimizer |
SequentialGaussNewtonOptimizer.withAPrioriData(RealVector aPrioriState,
RealMatrix aPrioriCovariance)
Configure from a priori state and covariance.
|
SequentialGaussNewtonOptimizer |
SequentialGaussNewtonOptimizer.withAPrioriData(RealVector aPrioriState,
RealMatrix aPrioriCovariance,
double relativeSymmetryThreshold,
double absolutePositivityThreshold)
Configure from a priori state and covariance.
|
SequentialGaussNewtonOptimizer |
SequentialGaussNewtonOptimizer.withDecomposer(MatrixDecomposer newDecomposer)
Configure the matrix decomposition algorithm.
|
SequentialGaussNewtonOptimizer |
SequentialGaussNewtonOptimizer.withEvaluation(LeastSquaresProblem.Evaluation previousEvaluation)
Configure the previous evaluation used by the optimizer.
|
SequentialGaussNewtonOptimizer |
SequentialGaussNewtonOptimizer.withFormNormalEquations(boolean newFormNormalEquations)
Configure if the normal equations should be explicitly formed.
|
Copyright © 2016-2022 CS GROUP. All rights reserved.