Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
ILikelihood.h File Reference

Abstract interface for likelihood functions used by the fitting layer. More...

#include "Math.h"
Include dependency graph for ILikelihood.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ILikelihood
 Base interface for negative log-likelihood evaluators. More...
 

Detailed Description

Abstract interface for likelihood functions used by the fitting layer.

This header defines the minimal contract required from any likelihood object: evaluating a negative log-likelihood, exposing its parameter definitions and reporting the total dimension of the optimization vector.

See also
IProfileableLikelihood
BaseLikelihood

Definition in file ILikelihood.h.