Commit graph

10 commits

Author SHA1 Message Date
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
Fabian Joswig
fb17a46eb9 [docs] latex detection in example notebooks improved. 2023-11-22 17:53:58 +01:00
Fabian Joswig
8cc9c835f7
docs: remove deprecated call to checkdep_usetex. 2023-01-26 17:16:17 +00:00
Fabian Joswig
1054f749e9 docs: check for latex availability added to examples. 2022-05-20 11:00:52 +01:00
Fabian Joswig
9e982bc025 docs: examples fixed 2022-05-14 11:46:57 +01:00
Fabian Joswig
199df2b344 docs: correlator examples updated with additional calls to gamma_method 2022-02-15 13:38:22 +00:00
Fabian Joswig
93bc4c3819 docs: padding parameter in example 4 fixed 2022-01-18 14:53:19 +00:00
Fabian Joswig
2e72b6da5e feat: example 2-4 improved, figures updated with changes in Corr.show 2022-01-06 17:51:50 +01:00
Fabian Joswig
7b3d7a76a5 feat: examples 3 & 4 updated to new version 2022-01-06 12:07:19 +01:00
Fabian Joswig
1d74e8c4f4 Examples updated, minor bug fixes 2021-10-11 18:31:02 +01:00