public class FunctionMinimum extends Object
The FunctionMinimum is the output of the minimizers and contains the minimization result. The methods
userState()
,
userParameters()
,
userCovariance()
,
MnPrint
Modifier and Type | Method and Description |
---|---|
double |
edm()
returns the expected vertical distance to the minimum (EDM)
|
double |
errorDef() |
double |
fval()
Returns the function value at the minimum.
|
boolean |
isValid()
In general, if this returns
true , the minimizer did find a minimum
without running into troubles. |
int |
nfcn()
returns the total number of function calls during the minimization.
|
String |
toString() |
MnUserCovariance |
userCovariance() |
MnUserParameters |
userParameters() |
MnUserParameterState |
userState()
user representation of state at minimum
|
public MnUserParameterState userState()
public MnUserParameters userParameters()
public MnUserCovariance userCovariance()
public double fval()
public double edm()
public int nfcn()
public double errorDef()
public boolean isValid()
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
Jas4pp 1.5 © Java Analysis Studio for Particle Physics