Documentation of 'org.freehep.math.minuit.FunctionMinimum' Java class
FunctionMinimum
org.freehep.math.minuit

Class FunctionMinimum



  • public class FunctionMinimum
    extends java.lang.Object
    Result of the minimization.

    The FunctionMinimum is the output of the minimizers and contains the minimization result. The methods

    • userState(),
    • userParameters() and
    • userCovariance()
    are provided. These can be used as new input to a new minimization after some manipulation. The parameters and/or the FunctionMinimum can be printed using the toString() method or the MnPrint class.
    See Also:
    userState(), userParameters(), userCovariance(), MnPrint
    • Method Detail

      • fval

        public double fval()
        Returns the function value at the minimum.
      • edm

        public double edm()
        returns the expected vertical distance to the minimum (EDM)
      • nfcn

        public int nfcn()
        returns the total number of function calls during the minimization.
      • errorDef

        public double errorDef()
      • isValid

        public boolean isValid()
        In general, if this returns true, the minimizer did find a minimum without running into troubles. However, in some cases a minimum cannot be found, then the return value will be false. Reasons for the minimization to fail are
        • the number of allowed function calls has been exhausted
      • the minimizer could not improve the values of the parameters (and knowing that it has not converged yet)
    • a problem with the calculation of the covariance matrix
Additional methods for the analysis of the state at the minimum are provided.
Skip navigation links

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.