ibm-watson-data-lab / ibmseti

Simple Python package to read and analyze data files and simulated data from the SETI Institute's Allen Telescope Array
Apache License 2.0
4 stars 5 forks source link

fix documentation #2

Closed gadamc closed 8 years ago

gadamc commented 8 years ago

https://github.com/ibm-cds-labs/ibmseti#entropy-based-on-histogram-of-log-of-power

The title of the section should just read Entropy.

Also, the 'Bayseian Block' method shouldn't be encouraged here. First, it takes a significant time to compute, and secondly, it doesn't match well with an entropy calculator because it histograms the data in a way that increases the entropy by masking out some of the structure in a histogram. It's faster and more understandable to use a simple-spaced histogram.

gadamc commented 8 years ago

fixed.