1#ifndef STAT_CORRELATION_PROXY_H
2#define STAT_CORRELATION_PROXY_H
98 double operator()(
const std::string& experiment,
115 double operator()(
const std::string& experiment,
132 double operator()(
const std::string& experiment,
152 const std::string& exp_rhs,
Utilities for identifying observables together with numerical bins.
High-level access to parameter and experiment-scoped observable correlations.
Experiment-scoped observable identifiers.
Statistical-layer port for read-only access to correlation coefficients.
Provides access to statistical, systematic, or combined correlations between parameters or observable...
CorrelationType
Type of correlation component requested.
Concrete implementation of IStatCorrelationProxy for the statistics module.
double operator()(const ParamId &lhs, const ParamId &rhs, Type type) override
Returns the correlation coefficient between two parameters.
Identifies an observable together with a numerical bin.
Abstract read-only interface for correlation queries in the statistics module.
Composite identifier for a single parameter.