T-test uses a statistical examination of two population means. To perform t-test in python, scipy package is good tool to do that. For example I have data, that collected two times. 1st time [54.3, 55.2, 55.0, 56.4, 53.1, 53.1] 2nd time [56.5, 54.8, 58.2, 57.8, 59.0, 60.7] Is there the difference in means of twoContinue reading “statistics in python”