pyerrors/pyerrors
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
..
input corrected sfcf_read_multi behaviour (#238) 2024-08-15 19:00:52 +02:00
__init__.py Special function module (#221) 2024-01-07 17:22:05 +01:00
correlators.py Additional GEVP method with errors (#195) 2023-11-17 18:57:18 +01:00
covobs.py fix: Conversion of an array with ndim > 0 to a scalar deprecation fixed. (#186) 2023-05-31 16:59:27 +01:00
dirac.py better docstrings (#144) 2023-01-16 14:57:22 +00:00
fits.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.py feat: Added numerical integration of generic functions (#201) 2023-07-14 14:21:59 +01:00
linalg.py Additional GEVP method with errors (#195) 2023-11-17 18:57:18 +01:00
misc.py Special function module (#221) 2024-01-07 17:22:05 +01:00
mpm.py better docstrings (#144) 2023-01-16 14:57:22 +00:00
obs.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
roots.py better docstrings (#144) 2023-01-16 14:57:22 +00:00
special.py Special function module (#221) 2024-01-07 17:22:05 +01:00
version.py [Build] Bump version to 2.13.0-dev 2024-08-22 22:08:40 +02:00