aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/utils/analyze.py
Commit message (Collapse)AuthorAgeFilesLines
* utils/analyze: PEP8 fixAaron LI2019-02-251-1/+1
|
* utils/analyze: Extend loglinfit() to accept x/y limitsAaron LI2019-02-241-5/+27
|
* utils/analyze: Add parameter 'coef0' to loglinfit()Aaron LI2019-02-241-3/+6
|
* utils/analyze: Improve logfit() to output uncertaintiesAaron LI2019-02-221-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() functionAaron LI2019-01-301-8/+16
| | | | Modified from the original countdist_integrated().
* utils/analyze: Add logfit()Aaron LI2019-01-281-2/+27
| | | | This function helps fit the index of a scaling relation.
* utils/analyze.py: countdist_integrated(): Add xmin and xmax param.Aaron LI2017-10-181-2/+15
|
* utils: Add analyze.py with function "countsdist_integrate()"Aaron LI2017-08-301-0/+66