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

Class EvaluationRmsChecker

    • Constructor Detail

      • EvaluationRmsChecker

        public EvaluationRmsChecker(double tol)
        Create a convergence checker for the RMS with the same relative and absolute tolerance.

        Convenience constructor for when the relative and absolute tolerances are the same. Same as new EvaluationRmsChecker(tol, tol).

        Parameters:
        tol - the relative and absolute tolerance.
        See Also:
        EvaluationRmsChecker(double, double)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.