|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
static int |
APPROXIMATE
|
static int |
CONVERGED
|
static int |
CONVERGED_NEG_MATRIX
|
static int |
CONVERGED_SMALL_GRADIENT
|
static int |
CONVERGED_SMALL_STEP_SIZE
|
static int |
NOT_CONVERGED
|
static int |
REACHED_MAX_ITER
|
static int |
TOO_MANY_LARGE_STEPS
|
static int |
UNDEFINED
|
Method Summary | |
IOptimizerConfiguration |
configuration()
The optimizer's configuration. |
IDomainConstraint |
constraints()
The constraints used in the optimization. |
Object |
contour(int nSigma,
int nPoints,
IVariable var1,
IVariable var2)
Get the contour with respec to two variables. |
double[][] |
correlationMatrix()
The correlation matrix. |
double[][] |
covarianceMatrix()
The covariance matrix. |
int |
optimizationStatus()
The status of the optimizer after the optimization procedure. |
double[] |
parameters()
|
Object |
scan(int nPoints,
IVariable var)
Scan the function with respect to a variable. |
Object |
scan(int nPoints,
IVariable var1,
IVariable var2)
Scan the function with respect to two variables. |
Field Detail |
public static final int UNDEFINED
public static final int APPROXIMATE
public static final int CONVERGED_NEG_MATRIX
public static final int CONVERGED
public static final int CONVERGED_SMALL_GRADIENT
public static final int CONVERGED_SMALL_STEP_SIZE
public static final int NOT_CONVERGED
public static final int REACHED_MAX_ITER
public static final int TOO_MANY_LARGE_STEPS
Method Detail |
public IDomainConstraint constraints()
public IOptimizerConfiguration configuration()
public double[] parameters()
public double[][] covarianceMatrix()
public double[][] correlationMatrix()
public Object contour(int nSigma, int nPoints, IVariable var1, IVariable var2)
nSigma
- The number of sigmas at which the contour should be calculated.nPoints
- The maximum number of points on the contour (might be less).var1
- The first variable.var2
- The second variable.
public Object scan(int nPoints, IVariable var1, IVariable var2)
nPoints
- The number of points to be used in the scan.var1
- The first variable.var2
- The second variable.
public Object scan(int nPoints, IVariable var)
nPoints
- The number of points to be used in the scan.var
- The variable.
public int optimizationStatus()
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |