InterviewSolution
Saved Bookmarks
| 1. |
What Is One Sample T-test? |
|
Answer» <P>T-test is any statistical hypothesis test in which the test STATISTIC follows a STUDENT's t distribution if the null hypothesis is supported. [h,p,ci] = ttest(y2,0)% return 1 0.0018 ci =2.6280 7.0863 T-test is any statistical hypothesis test in which the test statistic follows a Student's t distribution if the null hypothesis is supported. [h,p,ci] = ttest(y2,0)% return 1 0.0018 ci =2.6280 7.0863 |
|