mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 06:40:24 +01:00
* feat: corr_matrix kwargs as input for least squares fit * feat/tests: inverse covariance matrix and correlation matrix kwargs as input for least squares function * feat/tests/example: reduced new kwargs to 'inv_chol_cov_matrix' and outsourced the inversion & cholesky decomposition of the covariance matrix (function 'invert_corr_cov_cholesky(corr, covdiag)') * tests: added tests for inv_chol_cov_matrix kwarg for the case of combined fits * fix: renamed covdiag to inverrdiag needed for the cholesky decomposition and corrected its documentation * examples: added an example of a correlated combined fit to the least_squares documentation * feat/tests/fix(of typos): added function 'sort_corr()' (and a test of it) to sort correlation matrix according to a list of alphabetically sorted keys * docs: added more elaborate documentation/example of sort_corr(), fixed typos in documentation of invert_corr_cov_cholesky() |
||
---|---|---|
.. | ||
data | ||
benchmark_test.py | ||
correlators_test.py | ||
covobs_test.py | ||
dirac_test.py | ||
fits_test.py | ||
integrate_test.py | ||
json_io_test.py | ||
linalg_test.py | ||
misc_test.py | ||
mpm_test.py | ||
obs_test.py | ||
openQCD_in_test.py | ||
pandas_test.py | ||
roots_test.py | ||
sfcf_in_test.py | ||
special_test.py | ||
utils_in_test.py |