ROOT 6.08/07 Reference Guide |
#include "Fit/BinData.h"
#include "Fit/UnBinData.h"
#include "Fit/FitConfig.h"
#include "Fit/FitResult.h"
#include "Math/IParamFunctionfwd.h"
#include <memory>
#include "Math/WrappedFunction.h"
Classes | |
class | ROOT::Math::BasicFitMethodFunction< FunctionType > |
FitMethodFunction class Interface for objective functions (like chi2 and likelihood used in the fit) In addition to normal function interface provide interface for calculating each data contrinution to the function which is required by some algorithm (like Fumili) More... | |
class | ROOT::Fit::Fitter |
Fitter class, entry point for performing all type of fits. More... | |
Namespaces | |
ROOT | |
This namespace contains pre-defined functions to be used in conjuction with TExecutor::Map and TExecutor::MapReduce. | |
ROOT::Fit | |
Namespace for the fitting classes. | |
ROOT::Math | |
Typedefs | |
typedef BasicFitMethodFunction< ROOT::Math::IMultiGenFunction > | ROOT::Math::FitMethodFunction |
typedef BasicFitMethodFunction< ROOT::Math::IMultiGradFunction > | ROOT::Math::FitMethodGradFunction |