t-test-no data
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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.
0 Kommentare
Antworten (1)
Star Strider
am 20 Nov. 2015
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.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Random Number Generation finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!