t-test-no data

Hi,
Is there a way in Matlab to perform a t-test using only averages and standard deviations that I read from a file? I dont have the original data.

回答(1 个)

Star Strider
Star Strider 2015-11-20

0 个投票

You need one more item of data to calculate a t-statistic: the number of observations that went into the calculation of each mean and standard deviation. See Student’s t-test for details. The t-distribution approximates the normal distribution if the number of observations is greater than 30.

类别

帮助中心File Exchange 中查找有关 Random Number Generation 的更多信息

标签

提问:

2015-11-20

回答:

2015-11-20

Community Treasure Hunt

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

Start Hunting!

Translated by