Fabian Joswig
972c8bd366
feat: Obs.jackknife optimized
2021-11-17 16:25:50 +00:00
Fabian Joswig
00d859cf06
feat: import_jackknife implemented
2021-11-17 16:06:26 +00:00
Fabian Joswig
ccca4eabbf
feat: automatic windowing procedure can now be deactivated by choosing
...
S=0
2021-11-17 13:42:04 +00:00
Simon Kuberski
cca8d6fbfa
Fixed bug in bugfix
2021-11-16 14:46:08 +01:00
Simon Kuberski
5477695a66
Bug-Fix: Do not apply filter if all deltas vanish, i.e., if Obs is zero
2021-11-16 14:26:18 +01:00
Fabian Joswig
544aa677f8
fix: plot_history now correctly expands for range idls
2021-11-16 12:27:34 +00:00
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
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
85f37a7abf
docs: details about jackknife conversion added
2021-11-15 14:38:21 +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
b937ef04bb
docs: typos in docstrings corrected
2021-11-15 11:13:12 +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
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
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
b5503cb362
helper functions or irregular monte carlo chains hidden in global
...
namespace
2021-11-11 10:50:22 +00:00
Fabian Joswig
f1394bbde6
jackknifing module removed
2021-11-09 10:27:50 +00:00
Fabian Joswig
effccb1cc8
docstrings updated
2021-11-07 21:44:22 +00:00
Fabian Joswig
9805ee2b4b
pyerrors.py renamed to obs.py, h5py added as dependency
2021-11-07 11:24:56 +00:00