5 #ifndef COMPWA_ESTIMATOR_MINLOGLH_SUMMINLOGLH_HPP_ 6 #define COMPWA_ESTIMATOR_MINLOGLH_SUMMINLOGLH_HPP_ 13 namespace FunctionTree {
26 SumMinLogLH(std::vector<std::shared_ptr<Estimator>> Estimators);
29 double evaluate() noexcept
final;
31 void updateParametersFrom(
const std::vector<double> ¶ms)
final;
33 std::vector<ComPWA::Parameter> getParameters()
const final;
39 std::tuple<ComPWA::FunctionTree::FunctionTreeEstimator, FitParameterList>
Calculates the combined likelihood of multiple MinLogLH.
std::vector< FitParameter< double > > FitParameterList
std::vector< std::shared_ptr< Estimator > > LogLikelihoods
This class template provides the interface to implementations, which estimate the "closeness" of a Fu...
std::tuple< FunctionTreeEstimator, FitParameterList > createSumMinLogLHFunctionTreeEstimator(std::vector< std::pair< ComPWA::FunctionTree::FunctionTreeEstimator, FitParameterList >> Estimators)