hep.aida.ref.fitter.fitMethod
Class BinnedMaximumLikelihoodFitMethod
java.lang.Object
hep.aida.ref.fitter.fitMethod.AbstractFitMethod
hep.aida.ref.fitter.fitMethod.BinnedMaximumLikelihoodFitMethod
- All Implemented Interfaces:
- IFitMethod
- public class BinnedMaximumLikelihoodFitMethod
- extends AbstractFitMethod
- Author:
- The AIDA team @ SLAC.
- Source Code:
- BinnedMaximumLikelihoodFitMethod.java
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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BinnedMaximumLikelihoodFitMethod
public BinnedMaximumLikelihoodFitMethod()
evaluateSumElement
public double evaluateSumElement(hep.aida.dev.IDevFitDataIterator dataIter,
hep.aida.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,
hep.aida.IFunction function)
- Description copied from interface:
IFitMethod
- Evaluate the the sum contribution to the Objective Function gradient.
Copyright © 2000-2004 FreeHEP, All Rights Reserved.