|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Adapter from ObservableInterface to the statistical model interface. More...
#include <vector>#include <stdexcept>#include "ports/IModel.h"#include "ObservableInterface.h"#include "StatParamOptimizerProxy.h"#include "StatParameterProxy.h"#include "IStatParamOptimizerProxy.h"

Go to the source code of this file.
Classes | |
| class | ObservableInterfaceProxy |
| Concrete IModel implementation backed by ObservableInterface. More... | |
Adapter from ObservableInterface to the statistical model interface.
The statistical layer expects an IModel. This proxy wraps an ObservableInterface and applies parameter values through an IStatParamOptimizerProxy before requesting observable predictions.
Definition in file ObservableInterfaceProxy.h.