How to compare data

조회 수: 10 (최근 30일)
Sarah Yun
Sarah Yun 2020년 1월 20일
댓글: Star Strider 2020년 1월 20일
Hello,
I have data for the size of rocks for two independent locations, A and B.
Data lists rock size from smallest to largest (shown by yellow column)
Red column shows the percentage of rocks under that size (out of 100%)
Green columns shows cumulative percentage (out of 100%)
**Normality test indicates rock data (yellow columns) is not normally distributed.**
**When I apply log transform to the data, it becomes normally distributed, and shows a straight (linear) line when plotted on a graph**
*I want to compare rock sizes between the two locations*
**What is the best way to compare rock sizes (yellow columns) given that these values are thresholds, not actual rock sizes?**

채택된 답변

Star Strider
Star Strider 2020년 1월 20일
If they both have the same distribution (regardless of what that distribution is),and you are comparing two samples, the ranksum test is likely the most appropriate.
  댓글 수: 4
Sarah Yun
Sarah Yun 2020년 1월 20일
Thank you Star.
Is it possible to just do ranksum on the yellow column (the bins) for both data? Or would this violate a rule?
Star Strider
Star Strider 2020년 1월 20일
My pleasure.
It would likely be more appropriate to use it on the red columns, since (as I understand it) those are the relative frequencies of the sizes.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Hypothesis Tests에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by