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


Public Member Functions | |
| GaussianMarginalCfg ()=default | |
| Standard deviation of the Gaussian distribution. | |
| GaussianMarginalCfg (double mu, double sigma) | |
| Constructs a Gaussian configuration. | |
Public Member Functions inherited from AbstractConfig | |
| virtual | ~AbstractConfig ()=default |
| Virtual destructor to allow safe polymorphic deletion. | |
Public Attributes | |
| double | mu {0.} |
| double | sigma {1.} |
| Mean of the Gaussian distribution. | |
Configuration object for GaussianMarginal.
Definition at line 32 of file GaussianMarginal.h.
|
default |
Standard deviation of the Gaussian distribution.
Default constructor.
|
inline |
Constructs a Gaussian configuration.
| mu | Mean. |
| sigma | Standard deviation. |
Definition at line 44 of file GaussianMarginal.h.
| double GaussianMarginalCfg::mu {0.} |
Definition at line 33 of file GaussianMarginal.h.
| double GaussianMarginalCfg::sigma {1.} |
Mean of the Gaussian distribution.
Definition at line 34 of file GaussianMarginal.h.