t test for two samples with different sizes

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

 採用された回答

the cyclist
the cyclist 2011 年 7 月 10 日

0 投票

>> ttest2(x,y)
where "x" and "y" are the vectors of your two samples.

5 件のコメント

Shafa-At Sheikh
Shafa-At Sheikh 2020 年 4 月 27 日
As per notes, x and y comes from independent random samples from normal distributions with equal means and equal but unknown variances. What about the case, once the variances are unequal?
Is this function also checking the variances before calculating the significance?
the cyclist
the cyclist 2020 年 4 月 28 日
The documentation does state that the simplest syntax assumes equal variances. But if you read a bit further in the description, you will see that there is a calling syntax for unequal variances.
Specifically, see the VarType name-value pair
Jules
Jules 2024 年 8 月 27 日
you responded nearly 9 years later. dedication.
Jules
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
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 件)

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by