Statistics : Data binning vs increased size

Dear Users,
Suppose you have data that is recorded daily( lets say a temperature in different places over 4 years), each time you compute the histogram whether 1D or two dimensional, the number of bins affects dramatically the behavior of the data, the default is 256 here, while there are some techniques for optimizing that number, 256 is fine then?

4 件のコメント

Jan
Jan 2013 年 10 月 6 日
Perhaps. If the number of bins is a critical parameter, how could you optimize it? How could you decide, if a certain number is good or better?
Image Analyst
Image Analyst 2013 年 10 月 6 日
I agree with Jan - it's hard to know how to "optimize" the number of bins when the criteria for saying what is "fine" and what is "not fine" has not been explained.
Cedric
Cedric 2013 年 10 月 6 日
編集済み: Cedric 2013 年 10 月 6 日
As far as I am concerned, tests and statistics are analytical, and histograms (different from optimal binning) are for data visualization only. So for me the ideal bin size is the one which shows major behaviors and smooths down small scale fluctuations.. in other words, it's a question of scale. If I had to build a "cheap" automatic bin-size adjustment algorithm (e.g. if MATLAB was meant to output automatically series of figures for automatic reports generation), I guess that I would just implement a loop which starts at 3 bins, and increases the number of bins until the derivative of the histogram changes sign more than a certain threshold (which could depend on the number of bins).
Youssef  Khmou
Youssef Khmou 2013 年 10 月 6 日
編集済み: Youssef Khmou 2013 年 10 月 6 日
ALL what you said is correct, indeed i did a test; each time nth order statistics are computed while the N bins increases, the results diverge while it is supposed to be stable ( reaching an asymptote from below .).

サインインしてコメントする。

回答 (0 件)

カテゴリ

質問済み:

2013 年 10 月 5 日

コメント済み:

2013 年 10 月 6 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by