t test for two samples with different sizes
조회 수: 66 (최근 30일)
이전 댓글 표시
Hi,
Which function should i use if I want to test whether two samples with different sizes have different means? I see many ttest functions in matlab
댓글 수: 0
채택된 답변
the cyclist
2011년 7월 10일
>> ttest2(x,y)
where "x" and "y" are the vectors of your two samples.
댓글 수: 5
Jules
2024년 8월 27일
if you see this, i am trying t do a t-test with two sets of unequal size. i do not care about the size difference, is there anyway to bypass this - other than doing it manually ?
the cyclist
2024년 8월 28일
Yes, still dedicated.
I'm unsure of what you mean, specifically I am not sure what you are trying to "bypass".
When you say "size", I assume you referring to the number of observations in each sample. ttest2 doesn't require equal-sized samples. (If you input two samples into ttest, it will do a pairwise test, and will require equal-sized samples.)
What specifically are you testing for, between the two samples? Whether or not they have different means? Or something else?
A careful reading of the documentation should answer your question.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Hypothesis Tests에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!