flav-io / flavio

A Python package for flavour physics phenomenology in the Standard model and beyond
http://flav-io.github.io/
MIT License
71 stars 62 forks source link

[FastFit] allow to save/load experimental central values and covariance #49

Closed peterstangl closed 6 years ago

peterstangl commented 6 years ago

When defining many FastFit instances with several observables and measurements, it might be useful to not only save the SM covariance matrix, but also the experimental covariance matrix and the corresponding experimental central values. The necessary FastFit methods to do this are provided by this PR (mainly based on the methods for saving and loading the SM covariance).

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-0.007%) to 90.617% when pulling a649fc0c55a8d7894a6a4462ff901db86fd1c954 on peterstangl:save_exp_covariance into 953599969bd4a2d33d1d326342f0b0094b957775 on flav-io:master.

DavidMStraub commented 6 years ago

Thanks!