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


Public Member Functions | |
| FlatMarginalCfg ()=default | |
| Upper bound of the support. | |
| FlatMarginalCfg (double a, double b) | |
| Constructs a flat marginal configuration. | |
Public Member Functions inherited from AbstractConfig | |
| virtual | ~AbstractConfig ()=default |
| Virtual destructor to allow safe polymorphic deletion. | |
Public Attributes | |
| double | a |
| double | b |
| Lower bound of the support. | |
Configuration object for FlatMarginal.
The interval bounds define the support of the uniform law:
![\[
X \sim \mathcal{U}(a,b).
\]](form_66.png)
Definition at line 38 of file FlatMarginal.h.
|
default |
Upper bound of the support.
Default constructor.
|
inline |
Constructs a flat marginal configuration.
| a | Lower bound. |
| b | Upper bound. |
Definition at line 50 of file FlatMarginal.h.
| double FlatMarginalCfg::a |
Definition at line 39 of file FlatMarginal.h.
| double FlatMarginalCfg::b |
Lower bound of the support.
Definition at line 40 of file FlatMarginal.h.