5 #ifndef COMPWA_ESTIMATOR_MINLOGLH_HPP_ 6 #define COMPWA_ESTIMATOR_MINLOGLH_HPP_ 57 double evaluate() noexcept
final;
59 void updateParametersFrom(
const std::vector<double> ¶ms)
final;
61 std::vector<ComPWA::Parameter> getParameters()
const final;
70 std::pair<ComPWA::FunctionTree::FunctionTreeEstimator, FitParameterList>
const Data::DataSet & PhspDataSample
This class template provides the interface to implementations, which estimate the "closeness" of a Fu...
ComPWA::Intensity & Intensity
Negative Log Likelihood-Estimator.
const Data::DataSet & DataSample
std::pair< ComPWA::FunctionTree::FunctionTreeEstimator, FitParameterList > createMinLogLHFunctionTreeEstimator(ComPWA::FunctionTree::FunctionTreeIntensity &Intensity, const ComPWA::Data::DataSet &DataSample)
Interface template for a general Function of the form OutputType Function(InputTypes) The concept clo...