hep.aida.ref.fitter.fitmethod
Class LeastSquaresFitMethod
java.lang.Object
hep.aida.ref.fitter.fitmethod.AbstractFitMethod
hep.aida.ref.fitter.fitmethod.LeastSquaresFitMethod
- All Implemented Interfaces:
- IFitMethod
public class LeastSquaresFitMethod
- extends AbstractFitMethod
|
Method Summary |
double[] |
evaluateGradientSumElement(hep.aida.dev.IDevFitDataIterator dataIter,
IFunction function)
Evaluate the the sum contribution to the Objective Function gradient. |
double |
evaluateSumElement(hep.aida.dev.IDevFitDataIterator dataIter,
IFunction function)
Evaluate the the sum contribution to the Objective Function value. |
LeastSquaresFitMethod
public LeastSquaresFitMethod()
evaluateSumElement
public double evaluateSumElement(hep.aida.dev.IDevFitDataIterator dataIter,
IFunction function)
- Description copied from interface:
IFitMethod
- Evaluate the the sum contribution to the Objective Function value.
evaluateGradientSumElement
public double[] evaluateGradientSumElement(hep.aida.dev.IDevFitDataIterator dataIter,
IFunction function)
- Description copied from interface:
IFitMethod
- Evaluate the the sum contribution to the Objective Function gradient.
jHepWork 3.2 © jWork.org