Peter Stangl
Peter Stangl
This PR fixes issue #185 by using the prefactor VtdVts* instead of VtsVtd*.
As discussed with @MJKirk in https://github.com/flav-io/flavio/issues/172 it would be nice to change the implementation of epsilon_K to the more recent and more precise results from https://arxiv.org/abs/1911.06822.
As mentioned in issue #143, - I actually think that it might be better if `likelihood_contour_data` would not return the `levels` at all. In principle, the levels can always be...
This issue is based on the discussion in PR #123: @MJKirk: > Yes, something exactly like AwareDict would work - a ParameterCitationsAwareDict as it were (a snappier name might be...
As noted in issue #136, `smelli` is currently not mentioned on the `flavio` website but would be interesting for many people using likelihoods in flavio.
This PR fixes several issues in the implementation of the Gamma distribution and related distributions: - So far the support of the Gamma distribution has extended from 0 (potentially shifted...
This PR changes the default CKM scheme to the `beta gamma` scheme, which, compared to the `Tree` scheme, uses the UT angle $\beta$ instead of $|V_{ub}|$. The advantage is that...
At the moment, the following contributions are not included in the implementation of Kaon mixing: - Two-loop Electroweak Corrections to the Top-Quark Contribution [arXiv:2108.00017](https://arxiv.org/abs/2108.00017) - Electroweak Corrections to the Charm-Top-Quark...
Hello, my SVG file was generated with Adobe Illustrator. To obtain height and width Use: ```python root.attrib >>> {'viewBox': 'min max width height'} width = root.attrib['viewBox'].split()[2] height = root.attrib['viewBox'].split()[3] ```...
At the moment, `smelli` assumes new physics (NP) being 'factorized' from the Standard Model (SM) dimension four terms and only entering coefficients of operators with dimension >= 5. However, models...