|
AIDA API Version 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents the result of the fit. Holds internal copies of fit parameter settings (set in IFitter) and the fitted function (clone of original function). The value of the parameters of the fitted function are obtained from the fitting.
Method Summary | |
String[] |
constraints()
|
double |
covarianceMatrixElement(int i,
int j)
Covariance matrix. |
double |
covMatrixElement(int i,
int j)
Deprecated. use covarianceMatrixElement REMOVE AIDA-199 |
String |
dataDescription()
|
int |
degreesOfFreedom()
Number of degrees of freedom. |
String |
engineName()
|
double[] |
errors()
Get the parabolic errors on the fitted parameters. |
double[] |
errorsMinus()
Get the negative part of the asymmetric errors on the fitted parameters. |
double[] |
errorsPlus()
Get the positive part of the asymmetric errors on the fitted parameters. |
String |
fitMethodName()
|
IFitParameterSettings |
fitParameterSettings(String name)
|
int |
fitStatus()
|
IFunction |
fittedFunction()
|
double |
fittedParameter(String name)
Get the value of a fitted parameter by name. |
String[] |
fittedParameterNames()
Get the names of the fitted parameters (including fixed and constrained ones). |
double[] |
fittedParameters()
Get the array of the fitted parameter values (including fixed and constrained ones). |
boolean |
isValid()
|
int |
ndf()
Deprecated. use degreesOfFreedom() REMOVE AIDA-199 |
double |
quality()
|
Method Detail |
public boolean isValid()
public int fitStatus()
public IFunction fittedFunction()
public double quality()
public int ndf()
public int degreesOfFreedom()
public double covMatrixElement(int i, int j)
public double covarianceMatrixElement(int i, int j)
public String fitMethodName()
public String engineName()
public String dataDescription()
public String[] constraints()
public IFitParameterSettings fitParameterSettings(String name)
public double[] fittedParameters()
public String[] fittedParameterNames()
public double fittedParameter(String name)
public double[] errors()
public double[] errorsPlus()
public double[] errorsMinus()
|
AIDA API Version 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |