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