|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Configuration object for LikelihoodMarginal. More...
#include <LikelihoodMarginal.h>


Public Attributes | |
| std::vector< double > | values |
| std::vector< double > | weights |
| Support points of the discrete distribution. | |
Additional Inherited Members | |
Public Member Functions inherited from AbstractConfig | |
| virtual | ~AbstractConfig ()=default |
| Virtual destructor to allow safe polymorphic deletion. | |
Configuration object for LikelihoodMarginal.
The vectors values and weights must have the same size, and weights are interpreted up to an overall normalization factor.
Definition at line 38 of file LikelihoodMarginal.h.
| std::vector<double> LikelihoodMarginalCfg::values |
Definition at line 39 of file LikelihoodMarginal.h.
| std::vector<double> LikelihoodMarginalCfg::weights |
Support points of the discrete distribution.
Definition at line 40 of file LikelihoodMarginal.h.