From: Anton on 4 Jul 2010 12:33 Hello all, I had the task of doing some basic statistical analysis using ttest2. I happened to remember that the "default" or original t-test assumes equal variance - http://en.wikipedia.org/wiki/Student's_t-test#Unequal_sample_sizes.2C_equal_variance And in case it's unknown if the variance is equal or unequal, it must be adapted slightly - http://en.wikipedia.org/wiki/Welch's_t_test My question is, does ttest2 make the assumption of equal variance? If so, is there a function that implements Welch's version? Thank you for the help -Anton
From: Anton on 5 Jul 2010 15:24 Anyone?
From: per isakson on 5 Jul 2010 16:07 "Anton " <aorliche(a)gmail.com> wrote in message <i0tbgj$1sk$1(a)fred.mathworks.com>... > > Anyone? Did you check the Matlab documentation? File Exchange includes "Wtest by Antonio Trujillo-Ortiz" / per
From: Anton on 5 Jul 2010 16:40 Ack my mistake, didn't see the 'unequal' option. Thank you!
|
Pages: 1 Prev: remove alternate elements in a vector Next: regexprep tokens |