FreeHEP API
Version current

hep.aida.ref.fitter.fitMethod
Class CleverChiSquaredFitMethod

java.lang.Object
  extended byhep.aida.ref.fitter.fitMethod.AbstractFitMethod
      extended byhep.aida.ref.fitter.fitMethod.CleverChiSquaredFitMethod
All Implemented Interfaces:
IFitMethod

public class CleverChiSquaredFitMethod
extends AbstractFitMethod

Author:
The AIDA team @ SLAC.
Source Code:
CleverChiSquaredFitMethod.java

Field Summary
 
Fields inherited from interface hep.aida.ext.IFitMethod
BINNED_FIT, UNBINNED_FIT
 
Constructor Summary
CleverChiSquaredFitMethod()
           
 
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 hep.aida.ref.fitter.fitMethod.AbstractFitMethod
clear, correlationObject, evaluate, evaluateGradient, fitMethodNames, fitType, setCorrelationObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CleverChiSquaredFitMethod

public CleverChiSquaredFitMethod()
Method Detail

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.


FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.