How to identify the type of the Histogram?
3 ビュー (過去 30 日間)
古いコメントを表示
Hi All,
I have medical images,I've plotted it's histograms,now I need to identify the type of these histograms(e.g. One may be like Gaussian distribution, Normal distribution.etce...),is there a builtin Matlab function or any code does that?thank All in advance for time and support.
1 件のコメント
Walter Roberson
2014 年 1 月 16 日
Duplicated by newer http://www.mathworks.co.uk/matlabcentral/answers/112617-how-to-identify-the-type-of-the-histogram-distribution which should be merged into this.
回答 (1 件)
Mischa Kim
2014 年 1 月 16 日
12 件のコメント
Walter Roberson
2014 年 1 月 20 日
imhist returns [counts, x] not [x, counts]
For a binary image (datatype logical) you would only have 2 bins, so you would be working out the probability that the two counts are consistent with a Gaussian distribution. With only two samples, the probability calculations are not statistically meaningful.
参考
カテゴリ
Help Center および File Exchange で Histograms についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!