public class MnContours extends Object
Constructor and Description |
---|
MnContours(FCNBase fcn,
FunctionMinimum min)
construct from FCN + minimum
|
MnContours(FCNBase fcn,
FunctionMinimum min,
int stra)
construct from FCN + minimum + strategy
|
MnContours(FCNBase fcn,
FunctionMinimum min,
MnStrategy stra)
construct from FCN + minimum + strategy
|
Modifier and Type | Method and Description |
---|---|
ContoursError |
contour(int px,
int py) |
ContoursError |
contour(int px,
int py,
double errDef) |
ContoursError |
contour(int px,
int py,
double errDef,
int npoints)
Causes a CONTOURS error analysis and returns the result in form of ContoursError.
|
List<Point> |
points(int px,
int py) |
List<Point> |
points(int px,
int py,
double errDef) |
List<Point> |
points(int px,
int py,
double errDef,
int npoints)
Calculates one function contour of FCN with respect to parameters
parx and pary.
|
public MnContours(FCNBase fcn, FunctionMinimum min)
public MnContours(FCNBase fcn, FunctionMinimum min, int stra)
public MnContours(FCNBase fcn, FunctionMinimum min, MnStrategy stra)
public List<Point> points(int px, int py, double errDef, int npoints)
public ContoursError contour(int px, int py)
public ContoursError contour(int px, int py, double errDef)
public ContoursError contour(int px, int py, double errDef, int npoints)
Jas4pp 1.5 © Java Analysis Studio for Particle Physics