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

Interface for nuisance-parameter random samplers. More...

#include <vector>
#include <random>
#include "Matrix.h"
#include "Include.h"
Include dependency graph for INuisanceSampler.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  INuisanceSampler
 Abstract source of nuisance-parameter samples. More...
 

Typedefs

using Vec = std::vector< double >
 

Detailed Description

Interface for nuisance-parameter random samplers.

A nuisance sampler draws parameter maps used to propagate theoretical or external-input uncertainties through model predictions.

Definition in file INuisanceSampler.h.

Typedef Documentation

◆ Vec

using Vec = std::vector<double>

Definition at line 8 of file INuisanceSampler.h.