Fabian Joswig
b3b6579e67
fix: Obs.plot_history no longer requires that the gamma_method was run
2021-11-16 12:07:19 +00:00
Fabian Joswig
e62a957d3c
feat: Obs.details does not output zero error anymore in case the
...
gamma_method had not been applied. Obs.plot* function now correctly
throw an exception in case the gamma_method had not been run. docs
adjusted accordingly.
2021-11-16 11:58:27 +00:00
Fabian Joswig
04a66439c2
docs: basic example reformated
2021-11-16 11:49:44 +00:00
Fabian Joswig
d97d76bf11
docs: mainpage extended
2021-11-16 11:45:16 +00:00
Fabian Joswig
9686c8e508
docs: typo fixed
2021-11-15 17:40:41 +00:00
Fabian Joswig
ed6bb24607
refactor: deprecated e_tag and e_tag_global removed from modules and
...
tests
2021-11-15 17:24:56 +00:00
Fabian Joswig
f1a45f4200
Merge pull request #8 from s-kuberski/feature/corrfits
...
Feature/corrfits
2021-11-15 17:21:34 +00:00
Simon Kuberski
99d8ee5dd5
Adapted test_total_least_squares
2021-11-15 18:12:49 +01:00
Simon Kuberski
522a1f152a
Bugfix in tests, changed output in case of correlated fits
2021-11-15 17:54:04 +01:00
Fabian Joswig
fdd871805d
docs: typo fixed
2021-11-15 15:53:04 +00:00
Fabian Joswig
f0dee343da
docs: definition of tau_int added to docs
2021-11-15 15:49:04 +00:00
Simon Kuberski
9839eb7f0c
linted
2021-11-15 16:46:22 +01:00
Simon Kuberski
5a347e0506
Small change in docstrings
2021-11-15 16:42:19 +01:00
Simon Kuberski
8155037b38
Merge branch 'develop' into feature/corrfits
2021-11-15 16:40:05 +01:00
Simon Kuberski
dbe1c26362
Added the possibility to use constrained fit parameters. Added correlated least squares.
2021-11-15 16:39:50 +01:00
Fabian Joswig
78c3405fb7
docs: typos fixed
2021-11-15 15:16:26 +00:00
Fabian Joswig
8bb1a910c6
docs: documentation of CObs extended
2021-11-15 14:57:58 +00:00
Fabian Joswig
85f37a7abf
docs: details about jackknife conversion added
2021-11-15 14:38:21 +00:00
Fabian Joswig
1fabdb0751
docs: export_jackknife added to docs mainpage
2021-11-15 14:29:39 +00:00
Fabian Joswig
331d7cb471
test_jackknife added
2021-11-15 14:18:26 +00:00
Fabian Joswig
69d786c155
feat: export_jackknife method added to Obs class
2021-11-15 14:11:45 +00:00
Fabian Joswig
2cdf94c026
Merge branch 'develop' of github.com:fjosw/pyerrors into develop
2021-11-15 13:12:19 +00:00
Fabian Joswig
02a77f4924
docs: getting started updated
2021-11-15 13:12:02 +00:00
Fabian Joswig
b937ef04bb
docs: typos in docstrings corrected
2021-11-15 11:13:12 +00:00
Fabian Joswig
24ef100197
docs: gamma_method explanation extended, typos fixed
2021-11-15 10:56:25 +00:00
Fabian Joswig
ab19abf84f
docs: gamma_method explanation extended
2021-11-15 10:42:34 +00:00
Fabian Joswig
dfd5eafe12
docs: gamma_method doc extended
2021-11-15 10:11:15 +00:00
Fabian Joswig
1ca3055460
docs: output of Obs.details updated
2021-11-15 09:54:42 +00:00
Fabian Joswig
ee9d43ad26
description moved to top in Obs.details
2021-11-12 16:24:13 +00:00
Fabian Joswig
3a265c03ba
Output of Obs.details now informs the user about irregular monte carlo
...
histories
2021-11-12 16:21:17 +00:00
Fabian Joswig
1d345476fa
When initializing Obs with less than 5 samples the correct exception
...
message is not given, additional check on length of idl added.
2021-11-12 15:26:53 +00:00
Fabian Joswig
db94a49d76
added special case for tau_exp error analysis and less than 8 samples
2021-11-12 15:13:50 +00:00
Fabian Joswig
2ba4e74760
tests for gamma method kwargs added
2021-11-12 14:46:45 +00:00
Fabian Joswig
b90caa4cdc
further docstrings updated
2021-11-12 14:25:51 +00:00
Fabian Joswig
56e1425835
Bug in kwarg parsing fixed, N_sigma_dict added
2021-11-12 14:06:06 +00:00
Fabian Joswig
3d4aee703e
S and tau_exp kwargs in gamma method now parsed in the same way
2021-11-12 14:00:57 +00:00
Fabian Joswig
cf79bcc089
parsing routine for kwargs in gamma_method added
2021-11-12 13:55:03 +00:00
Fabian Joswig
a628df7e57
docstring extended
2021-11-12 11:59:40 +00:00
Fabian Joswig
119ddba5a8
removed calc_gamma from global namespace
2021-11-12 11:50:14 +00:00
Fabian Joswig
d26bbdc3bd
expand_deltas renamed to _expand_deltas and made a function instead of
...
class method
2021-11-12 11:41:23 +00:00
Fabian Joswig
b80b746fae
test for irregular matrix inverse added
2021-11-12 09:56:07 +00:00
Fabian Joswig
a8a52beadd
same bug fixed in covariance2
2021-11-12 09:41:17 +00:00
Fabian Joswig
0644ecf9aa
bugs in derived_array and gamma_method fixed which caused odd behaviour
...
in connection with irregular monte carlo chains
2021-11-12 09:39:18 +00:00
Fabian Joswig
17f7753225
test for derived_array and irregular histories added
2021-11-11 11:15:25 +00:00
Fabian Joswig
7c0ff6c8d9
bug in derived_array for irregular monte carlo chains fixed
2021-11-11 11:07:15 +00:00
Fabian Joswig
b5503cb362
helper functions or irregular monte carlo chains hidden in global
...
namespace
2021-11-11 10:50:22 +00:00
Fabian Joswig
4d3b00eb48
derived_array adjusted to work with irregular Monte Carlo chains.
...
Additional test required for verification.
2021-11-11 10:45:19 +00:00
Fabian Joswig
0f14aba083
input module can now be accessed in the top level namespace
2021-11-11 10:33:23 +00:00
Fabian Joswig
fc7d1ff078
hadrons input functions now construct Obs with correct idl
2021-11-10 16:26:20 +00:00
Fabian Joswig
4bf95da346
README updated
2021-11-09 12:08:50 +00:00