|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Public Member Functions | |
| "MCRealization" | from_cpp (cls, cpp_obj) |
| to_cpp (self) | |
Static Public Attributes | |
| ObsSamples | sampled_obss = field(default_factory=list) |
| NuisanceSamples | sampled_params = field(default_factory=list) |
Raw Monte-Carlo realization.
Attributes:
sampled_obss: Accepted observable predictions, one mapping per draw.
sampled_params: Nuisance-parameter values used for each accepted draw.
Definition at line 159 of file MCResult.py.
| "MCRealization" MCResult.MCRealization.from_cpp | ( | cls, | |
| cpp_obj | |||
| ) |
Create a Python realization from a bound C++ ``MCRealization``.
Definition at line 171 of file MCResult.py.
| MCResult.MCRealization.to_cpp | ( | self | ) |
Convert this realization to the bound C++ representation.
Definition at line 178 of file MCResult.py.
|
static |
Definition at line 167 of file MCResult.py.
|
static |
Definition at line 168 of file MCResult.py.