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

Class MnContours



  • public class MnContours
    extends java.lang.Object
    API class for Contours error analysis (2-dim errors). Minimization has to be done before and minimum must be valid. Possibility to ask only for the points or the points and associated Minos errors.
    • Method Detail

      • points

        public java.util.List<Point> points(int px,
                                            int py)
      • points

        public java.util.List<Point> points(int px,
                                            int py,
                                            double errDef)
      • points

        public java.util.List<Point> points(int px,
                                            int py,
                                            double errDef,
                                            int npoints)
        Calculates one function contour of FCN with respect to parameters parx and pary. The return value is a list of (x,y) points. FCN minimized always with respect to all other n - 2 variable parameters (if any). MINUIT will try to find n points on the contour (default 20). To calculate more than one contour, the user needs to set the error definition in its FCN to the appropriate value for the desired confidence level and call this method for each contour.
      • contour

        public ContoursError contour(int px,
                                     int py,
                                     double errDef)
      • contour

        public ContoursError contour(int px,
                                     int py,
                                     double errDef,
                                     int npoints)
        Causes a CONTOURS error analysis and returns the result in form of ContoursError. As a by-product ContoursError keeps the MinosError information of parameters parx and pary. The result ContoursError can be easily printed using MnPrint or toString().

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.