Skip to content
This repository has been archived by the owner on Feb 8, 2019. It is now read-only.

Improve histogram binning #60

Open
jni opened this issue May 18, 2015 · 1 comment
Open

Improve histogram binning #60

jni opened this issue May 18, 2015 · 1 comment

Comments

@jni
Copy link
Contributor

jni commented May 18, 2015

  1. See if it's feasible to have the same range (e.g. -4 to +4) for all the histograms, with more bins than currently (I think that the bars are too fat right now)

  2. Put the tails in a special wide bin, e.g. anything < -3 goes in a bin from -3 to -4. (while all other bins are 0.2 wide, for example.)

@jni
Copy link
Contributor Author

jni commented Oct 5, 2015

Another idea: use optimal binning from astropy:

http://astropy.readthedocs.org/en/latest/api/astropy.stats.histogram.html#astropy.stats.histogram

(currently unreleased, but can install latest from github with pip.)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant