SciPy - Statistical Tests
You have test scores of 10 students before and after a training program. You want to check if the training improved scores significantly. Which test should you use and why?
You have test scores of 10 students before and after a training program. You want to check if the training improved scores significantly. Which test should you use and why?
ttest_rel is designed for paired samples to compare means before and after treatment.ttest_rel because the scores are paired measurements. -> Option Bttest_rel because the scores are paired measurements. [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions