Logo ROOT   6.16/01
Reference Guide
Namespaces | Functions
FitUtil.cxx File Reference
#include "Fit/FitUtil.h"
#include "Fit/BinData.h"
#include "Fit/UnBinData.h"
#include "Math/IFunctionfwd.h"
#include "Math/IParamFunction.h"
#include "Math/Integrator.h"
#include "Math/IntegratorMultiDim.h"
#include "Math/WrappedFunction.h"
#include "Math/OneDimFunctionAdapter.h"
#include "Math/RichardsonDerivator.h"
#include "Math/Error.h"
#include "Math/Util.h"
#include <limits>
#include <cmath>
#include <cassert>
#include <algorithm>
#include <numeric>
#include "TROOT.h"
Include dependency graph for FitUtil.cxx:

Namespaces

namespace  ROOT
 Namespace for new ROOT classes and functions.
 
namespace  ROOT::Fit
 Namespace for the fitting classes.
 
namespace  ROOT::Fit::FitUtil
 namespace defining utility free functions using in Fit for evaluating the various fit method functions (chi2, likelihood, etc..) given the data and the model function
 

Functions

template<class GFunc >
void ROOT::Fit::FitUtil::CalculateGradientIntegral (const GFunc &gfunc, const double *x1, const double *x2, const double *p, double *g)
 
bool ROOT::Fit::FitUtil::CheckInfNaNValue (double &rval)
 
double ROOT::Fit::FitUtil::CorrectValue (double rval)