Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.commons.math3.fitting.leastsquares Classes and Interfaces - 15 results found.
NameDescriptionTypePackageFramework
AbstractEvaluationAn implementation of LeastSquaresProblem.Classorg.apache.commons.math3.fitting.leastsquaresApache Commons
EvaluationRmsCheckerCheck if an optimization has converged based on the change in computed RMS.Classorg.apache.commons.math3.fitting.leastsquaresApache Commons
GaussNewtonOptimizerGauss-Newton least-squares solver.Classorg.apache.commons.math3.fitting.leastsquaresApache Commons
GaussNewtonOptimizer .DecompositionThe decomposition algorithm to use to solve the normal equations.Classorg.apache.commons.math3.fitting.leastsquares.GaussNewtonOptimizerApache Commons
LeastSquaresAdapterAn adapter that delegates to another implementation of LeastSquaresProblem.Classorg.apache.commons.math3.fitting.leastsquaresApache Commons
LeastSquaresBuilderA mutable builder for LeastSquaresProblems.Classorg.apache.commons.math3.fitting.leastsquaresApache Commons
LeastSquaresFactoryA Factory for creating LeastSquaresProblems.Classorg.apache.commons.math3.fitting.leastsquaresApache Commons
LeastSquaresOptimizerAn algorithm that can be applied to a non-linear least squares problem.Interfaceorg.apache.commons.math3.fitting.leastsquaresApache Commons
LeastSquaresOptimizer .OptimumThe optimum found by the optimizer.Interfaceorg.apache.commons.math3.fitting.leastsquares.LeastSquaresOptimizerApache Commons
LeastSquaresProblemThe data necessary to define a non-linear least squares problem.Interfaceorg.apache.commons.math3.fitting.leastsquaresApache Commons
LeastSquaresProblem .EvaluationAn evaluation of a LeastSquaresProblem at a particular point.Interfaceorg.apache.commons.math3.fitting.leastsquares.LeastSquaresProblemApache Commons
LevenbergMarquardtOptimizerThis class solves a least-squares problem using the Levenberg-Marquardt This implementation should work even for over-determined systemsClassorg.apache.commons.math3.fitting.leastsquaresApache Commons
MultivariateJacobianFunctionA interface for functions that compute a vector of values and can compute their derivatives (Jacobian).Interfaceorg.apache.commons.math3.fitting.leastsquaresApache Commons
ParameterValidatorInterface for validating a set of model parameters.Interfaceorg.apache.commons.math3.fitting.leastsquaresApache Commons
ValueAndJacobianFunctionA interface for functions that compute a vector of values and can compute their derivatives (Jacobian).Interfaceorg.apache.commons.math3.fitting.leastsquaresApache Commons