Uses of Class
org.freehep.math.minuit.Point

Uses of Point in org.freehep.math.minuit
 

Methods in org.freehep.math.minuit that return Point
 Point MinosError.range()
           
 Point MnMinos.range(int par)
           
 Point MnMinos.range(int par, double errDef)
           
 Point MnMinos.range(int par, double errDef, int maxcalls)
          Causes a MINOS error analysis for external parameter n.
 Point ContoursError.xRange()
           
 Point ContoursError.yRange()
           
 

Methods in org.freehep.math.minuit that return types with arguments of type Point
 List<Point> ContoursError.points()
           
 List<Point> MnContours.points(int px, int py)
           
 List<Point> MnContours.points(int px, int py, double errDef)
           
 List<Point> MnContours.points(int px, int py, double errDef, int npoints)
          Calculates one function contour of FCN with respect to parameters parx and pary.
 List<Point> MnScan.scan(int par)
           
 List<Point> MnScan.scan(int par, int maxsteps)
           
 List<Point> MnScan.scan(int par, int maxsteps, double low, double high)
          Scans the value of the user function by varying parameter number par, leaving all other parameters fixed at the current value.
 

Method parameters in org.freehep.math.minuit with type arguments of type Point
 void MnPlot.plot(double xmin, double ymin, List<Point> points)
           
 void MnPlot.plot(List<Point> points)
           
 



Copyright © 2000-2006 FreeHEP. All Rights Reserved.