|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
static int |
BINNED_FIT
|
static int |
UNBINNED_FIT
|
Method Summary | |
void |
clear()
Clear the fitMethod. |
Object |
correlationObject()
Get the correlation object. |
double |
evaluate(hep.aida.dev.IDevFitDataIterator dataIter,
hep.aida.IFunction function)
Evaluate the Objective Function for a given data iterator and a given function. |
double[] |
evaluateGradient(int dimension,
hep.aida.dev.IDevFitDataIterator dataIter,
hep.aida.IFunction function)
Evaluate the gradient of the Objective Function. |
double[] |
evaluateGradientSumElement(hep.aida.dev.IDevFitDataIterator dataIter,
hep.aida.IFunction function)
Evaluate the the sum contribution to the Objective Function gradient. |
double |
evaluateSumElement(hep.aida.dev.IDevFitDataIterator dataIter,
hep.aida.IFunction function)
Evaluate the the sum contribution to the Objective Function value. |
String[] |
fitMethodNames()
Get the names for this fit method. |
int |
fitType()
Return the fit type: BINNED_FIT if it is a binned fit, UNBINNED_FIT if unbinned. |
void |
setCorrelationObject(Object correlationObj)
Set the correlation object among the data. |
Field Detail |
public static final int BINNED_FIT
public static final int UNBINNED_FIT
Method Detail |
public int fitType()
public double evaluate(hep.aida.dev.IDevFitDataIterator dataIter, hep.aida.IFunction function)
public double evaluateSumElement(hep.aida.dev.IDevFitDataIterator dataIter, hep.aida.IFunction function)
public double[] evaluateGradient(int dimension, hep.aida.dev.IDevFitDataIterator dataIter, hep.aida.IFunction function)
public double[] evaluateGradientSumElement(hep.aida.dev.IDevFitDataIterator dataIter, hep.aida.IFunction function)
public String[] fitMethodNames()
public void clear()
public void setCorrelationObject(Object correlationObj)
public Object correlationObject()
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |