Documentation of 'org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem' Java class
LeastSquaresProblem
org.apache.commons.math3.fitting.leastsquares

Interface LeastSquaresProblem

    • Method Detail

      • getStart

        RealVector getStart()
        Gets the initial guess.
        Returns:
        the initial guess values.
      • getObservationSize

        int getObservationSize()
        Get the number of observations (rows in the Jacobian) in this problem.
        Returns:
        the number of scalar observations
      • getParameterSize

        int getParameterSize()
        Get the number of parameters (columns in the Jacobian) in this problem.
        Returns:
        the number of scalar parameters
      • evaluate

        LeastSquaresProblem.Evaluation evaluate(RealVector point)
        Evaluate the model at the specified point.
        Parameters:
        point - the parameter values.
        Returns:
        the model's value and derivative at the given point.
        Throws:
        TooManyEvaluationsException - if the maximal number of evaluations (of the model vector function) is exceeded.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.