hep.aida.ref.fitter.fitmethod
Class CleverChiSquaredFitMethod
java.lang.Object
hep.aida.ref.fitter.fitmethod.AbstractFitMethod
hep.aida.ref.fitter.fitmethod.CleverChiSquaredFitMethod
- All Implemented Interfaces:
- hep.aida.ext.IFitMethod
public class CleverChiSquaredFitMethod
- extends AbstractFitMethod
Fields inherited from interface hep.aida.ext.IFitMethod |
BINNED_FIT, UNBINNED_FIT |
Method Summary |
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. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CleverChiSquaredFitMethod
public CleverChiSquaredFitMethod()
evaluateSumElement
public double evaluateSumElement(hep.aida.dev.IDevFitDataIterator dataIter,
hep.aida.IFunction function)
- Description copied from interface:
hep.aida.ext.IFitMethod
- Evaluate the the sum contribution to the Objective Function value.
evaluateGradientSumElement
public double[] evaluateGradientSumElement(hep.aida.dev.IDevFitDataIterator dataIter,
hep.aida.IFunction function)
- Description copied from interface:
hep.aida.ext.IFitMethod
- Evaluate the the sum contribution to the Objective Function gradient.
jHepWork 1.1 (C) Chekanov