ComPWA
Common Partial-Wave-Analysis Framework
|
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, FitParameterList > | createMinLogLHFunctionTreeEstimator (ComPWA::FunctionTree::FunctionTreeIntensity &Intensity, const ComPWA::Data::DataSet &DataSample) |
std::tuple< FunctionTreeEstimator, FitParameterList > | createSumMinLogLHFunctionTreeEstimator (std::vector< std::pair< ComPWA::FunctionTree::FunctionTreeEstimator, FitParameterList >> Estimators) |
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.
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.