pyerrors/examples
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 feat!: correlator json output can now handle gaps in the data. Tags of 2022-01-27 14:01:22 +00:00
01_basic_example.ipynb [docs] latex detection in example notebooks improved. 2023-11-22 17:53:58 +01:00
02_correlators.ipynb [docs] latex detection in example notebooks improved. 2023-11-22 17:53:58 +01:00
03_pcac_example.ipynb [docs] latex detection in example notebooks improved. 2023-11-22 17:53:58 +01:00
04_fit_example.ipynb 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
05_matrix_operations.ipynb docs: example 5 validation updated. 2023-07-20 12:20:06 +01:00
06_gevp.ipynb [docs] latex detection in example notebooks improved. 2023-11-22 17:53:58 +01:00
07_data_management.ipynb docs: data management example refined. 2022-09-29 17:11:24 +01:00
08_combined_fit_example.ipynb docs: version guard added to combined fit example. 2023-03-09 13:38:51 +00:00
base_style.mplstyle Examples updated, minor bug fixes 2021-10-11 18:31:02 +01:00
json_schema.json Adapted json_schema 2022-02-22 09:31:01 +01:00