필터 지우기
필터 지우기

How to identify the type of the Histogram?

조회 수: 4 (최근 30일)
hamed abdulaziz
hamed abdulaziz 2014년 1월 16일
댓글: hamed abdulaziz 2014년 1월 20일
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개)

Mischa Kim
Mischa Kim 2014년 1월 16일
Check out this tool on File Exchange. Alternatively, ktest2 might be an option.
  댓글 수: 12
Walter Roberson
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.
hamed abdulaziz
hamed abdulaziz 2014년 1월 20일
Thank very much Dr.Walter Roberson,for clarification,and I promise you if I asked another question I'll be patient for waiting reply . Regards

댓글을 달려면 로그인하십시오.

Community Treasure Hunt

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

Start Hunting!

Translated by