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

add support for triangular matrices to MultivariateNormalDistribution and simplify loading of FFs #247

Closed peterstangl closed 11 months ago

peterstangl commented 11 months ago

This PR adds support for triangular covariance and correlations matrices to the MultivariateNormalDistribution class, filling missing values by reflecting the upper triangle at the diagonal. Similar constructions in the functions loading the form factor parameters are removed and these functions are simplified.