ComPWA
Common Partial-Wave-Analysis Framework
ComPWA::Estimator Namespace Reference

Namespaces

 ChiOneD
 

Classes

class  Estimator
 This class template provides the interface to implementations, which estimate the "closeness" of a Function to a data set, with respect to the parameters of the Function. More...
 
class  MinLogLH
 Negative Log Likelihood-Estimator. More...
 
class  SumMinLogLH
 Calculates the combined likelihood of multiple MinLogLH. More...
 

Functions

std::pair< ComPWA::FunctionTree::FunctionTreeEstimator, FitParameterListcreateMinLogLHFunctionTreeEstimator (ComPWA::FunctionTree::FunctionTreeIntensity &Intensity, const ComPWA::Data::DataSet &DataSample)
 
std::tuple< FunctionTreeEstimator, FitParameterListcreateSumMinLogLHFunctionTreeEstimator (std::vector< std::pair< ComPWA::FunctionTree::FunctionTreeEstimator, FitParameterList >> Estimators)
 

Function Documentation

◆ createMinLogLHFunctionTreeEstimator()

std::pair< ComPWA::FunctionTree::FunctionTreeEstimator, FitParameterList > ComPWA::Estimator::createMinLogLHFunctionTreeEstimator ( ComPWA::FunctionTree::FunctionTreeIntensity Intensity,
const ComPWA::Data::DataSet DataSample 
)

Definition at line 64 of file MinLogLH.cpp.

◆ createSumMinLogLHFunctionTreeEstimator()

std::tuple< ComPWA::FunctionTree::FunctionTreeEstimator, FitParameterList > ComPWA::Estimator::createSumMinLogLHFunctionTreeEstimator ( std::vector< std::pair< ComPWA::FunctionTree::FunctionTreeEstimator, FitParameterList >>  Estimators)

Definition at line 53 of file SumMinLogLH.cpp.