Java org.apache.commons.math3.fitting.leastsquares LeastSquaresProblem fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.math3.fitting.leastsquares LeastSquaresProblem fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.math3.fitting.leastsquares LeastSquaresProblem.

The text is from its open source code.

Method

Evaluationevaluate(RealVector point)
Evaluate the model at the specified point.
ConvergenceCheckergetConvergenceChecker()
Gets the convergence checker.
IncrementorgetEvaluationCounter()
Get a independent Incrementor that counts up to the maximum number of evaluations and then throws an exception.
IncrementorgetIterationCounter()
Get a independent Incrementor that counts up to the maximum number of iterations and then throws an exception.
intgetObservationSize()
Get the number of observations (rows in the Jacobian) in this problem.
intgetParameterSize()
Get the number of parameters (columns in the Jacobian) in this problem.
RealVectorgetStart()
Gets the initial guess.