Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
PoissonLikelihoodFCN.h File Reference
#include "ROOT/EExecutionPolicy.hxx"
#include "Fit/BasicFCN.h"
#include "Fit/BinData.h"
#include "Fit/FitUtil.h"
#include "Math/IParamFunction.h"
#include <memory>
#include <vector>
Include dependency graph for PoissonLikelihoodFCN.h:
This graph shows which files directly or indirectly include this file:

Classes

class  ROOT::Fit::PoissonLikelihoodFCN< DerivFunType, ModelFunType >
 class evaluating the log likelihood for binned Poisson likelihood fits it is template to distinguish gradient and non-gradient case More...
 

Namespaces

namespace  ROOT
 tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7
 
namespace  ROOT::Fit
 Namespace for the fitting classes.
 

Typedefs

typedef PoissonLikelihoodFCN< ROOT::Math::IMultiGenFunction, ROOT::Math::IParamMultiFunctionROOT::Fit::PoissonLLFunction
 
typedef PoissonLikelihoodFCN< ROOT::Math::IMultiGradFunction, ROOT::Math::IParamMultiFunctionROOT::Fit::PoissonLLGradFunction