pyerrors/tests
Pia Leonie Jones Petrak 1d6f7f65c0
Feature/corr matrix and inverse cov matrix as input in least squares function for correlated fits (#223)
* 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()
2024-09-13 08:35:10 +02:00
..
data Additional GEVP method with errors (#195) 2023-11-17 18:57:18 +01:00
benchmark_test.py tests: tests cleaned up, name duplicate in obs_test corrected 2022-02-09 11:23:58 +00:00
correlators_test.py Additional GEVP method with errors (#195) 2023-11-17 18:57:18 +01:00
covobs_test.py feat: computation of _covariance_element optimized, visualize option 2022-03-01 15:34:53 +00:00
dirac_test.py test: tests for epsilon tensors extended 2021-12-23 12:06:28 +01:00
fits_test.py Feature/corr matrix and inverse cov matrix as input in least squares function for correlated fits (#223) 2024-09-13 08:35:10 +02:00
integrate_test.py feat: Added numerical integration of generic functions (#201) 2023-07-14 14:21:59 +01:00
json_io_test.py Restored JSON output of dicts with non-string keys (#179) 2023-05-19 14:58:56 +01:00
linalg_test.py [fix] Numpy 2 breaking changes in tests (#234) 2024-04-17 14:53:34 +02:00
misc_test.py tests: test for print_config added. 2023-07-10 15:44:06 +01:00
mpm_test.py test: mpm and corr dump test extended 2021-12-23 14:56:49 +01:00
obs_test.py Feature/corr matrix and inverse cov matrix as input in least squares function for correlated fits (#223) 2024-09-13 08:35:10 +02:00
openQCD_in_test.py Feat/files idl xsf (#185) 2023-05-26 13:01:52 +01:00
pandas_test.py fix nan to None test (#192) 2023-06-01 14:07:16 +01:00
roots_test.py test: test for multi parameter foot feature added. 2023-01-10 10:27:56 +00:00
sfcf_in_test.py Fix keyword files with list of lists (#226) 2024-02-18 13:39:35 +01:00
special_test.py Special function module (#221) 2024-01-07 17:22:05 +01:00
utils_in_test.py Fix/sort names (#177) 2023-05-16 18:28:32 +01:00