Commit graph

122 commits

Author SHA1 Message Date
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
Fabian Joswig
52d2d3b142 repr of fit result adjusted 2021-11-01 15:03:39 +00:00
Fabian Joswig
f2a5f12dce documentation of fit functions adjusted, deprecation warnings added to
standard_fit and prior_fit
2021-11-01 14:54:36 +00:00
Fabian Joswig
ebba71075a docstrings extended 2021-11-01 14:41:57 +00:00
Fabian Joswig
bb07ce9cef Fit_result now inherits from sequence 2021-11-01 14:21:39 +00:00
Fabian Joswig
0e8fc7d36a odr_fit renamed, deprecation warning added
least_squares and total_least_squares are now available to the top level
namespace
2021-11-01 12:01:46 +00:00
Fabian Joswig
1013307e24 least_squares function introduced 2021-11-01 11:49:57 +00:00
Fabian Joswig
b514bdee67 bug in fit general fixed 2021-10-31 12:02:02 +00:00
Fabian Joswig
d63c749a17 Fit_result gammma_method, str and repr added 2021-10-31 12:00:26 +00:00
Fabian Joswig
4ceb35992e fit_result class added 2021-10-31 11:06:12 +00:00
Fabian Joswig
6c962adade ks_test moved to fits module 2021-10-21 11:58:21 +01:00
Fabian Joswig
0b158f8731 fits fit_exp removed 2021-10-21 11:53:50 +01:00
Fabian Joswig
c169da5501 Deprecation warning added to fit general 2021-10-15 12:15:04 +01:00
Fabian Joswig
4ca6f8ea49 Warning messages promoted to RuntimeWarnings 2021-10-15 12:11:06 +01:00
Fabian Joswig
cddf6ddf6b further instances of np.float removed 2021-10-12 14:12:21 +01:00
Fabian Joswig
66c443fd63 indents fixed 2021-10-12 10:17:58 +01:00
Fabian Joswig
1d74e8c4f4 Examples updated, minor bug fixes 2021-10-11 18:31:02 +01:00
Fabian Joswig
57c6a07801 flake8 style changes 2021-10-11 12:22:58 +01:00
Fabian Joswig
960fc521c4 remove keyword n_parms from fit standard 2021-10-11 09:10:23 +01:00
JanNeuendorf
7c03cff42f I changed the name from range to prange (hope i did not miss something)
There is now an Eigenvalue method using the cholesky method you put in the example. I do not really use that, but it seems like a logical inclusion.
I gave the standard fit an option to seht the number of fit parameters by hand, because it does not work automatically
 if the function is not consistent between calls.
2021-10-06 13:16:04 +02:00
fjosw
d9b2077d2c Initial public release 2020-10-13 16:53:00 +02:00