|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Helper used to transform collections of identifiers into correlation matrices/maps. More...
#include "IStatParameterProxy.h"#include "ParamID.h"#include "CorrelationProvider.h"#include "IStatCorrelationProxy.h"#include "StatParameterProxy.h"#include "ExperimentObs.h"

Go to the source code of this file.
Classes | |
| class | CovarianceTransformer |
| Builds correlation tables/matrices from parameter or observable collections. More... | |
Helper used to transform collections of identifiers into correlation matrices/maps.
This class provides convenience utilities for building dense or associative correlation representations from collections of:
Internally, all correlation coefficients are queried through an IStatCorrelationProxy using CorrelationProvider::CorrelationType::COMBINED.
For parameter collections, the output is built directly from the parameter IDs.
For observable collections, two usage modes are supported:
The class also provides a filtering helper check_if_corr(...) for parameters, which keeps only parameters with a strictly positive combined standard uncertainty as returned by the parameter proxy.
Definition in file CovarianceTransformer.h.