Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | utils/analyze: Add parameter 'coef0' to loglinfit() | Aaron LI | 2019-02-24 | 1 | -3/+6 |
| | |||||
* | utils/analyze: Improve logfit() to output uncertainties | Aaron LI | 2019-02-22 | 1 | -8/+25 |
| | | | | | | | Use ``scipy.optimize.curve_fit()`` to do the underlying fitting, which can give the uncertainties of the fitted parameters. Rename logfit() to loglinfit(). | ||||
* | utils/analyze: Add countdist() function | Aaron LI | 2019-01-30 | 1 | -8/+16 |
| | | | | Modified from the original countdist_integrated(). | ||||
* | utils/analyze: Add logfit() | Aaron LI | 2019-01-28 | 1 | -2/+27 |
| | | | | This function helps fit the index of a scaling relation. | ||||
* | utils/analyze.py: countdist_integrated(): Add xmin and xmax param. | Aaron LI | 2017-10-18 | 1 | -2/+15 |
| | |||||
* | utils: Add analyze.py with function "countsdist_integrate()" | Aaron LI | 2017-08-30 | 1 | -0/+66 |