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

Interface ValueAndJacobianFunction

    • Method Detail

      • computeValue

        RealVector computeValue(double[] params)
        Compute the value.
        Parameters:
        params - Point.
        Returns:
        the value at the given point.
      • computeJacobian

        RealMatrix computeJacobian(double[] params)
        Compute the Jacobian.
        Parameters:
        params - Point.
        Returns:
        the Jacobian at the given point.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.