matplot中的一些常用作图 Reading time ~1 minute 1.介绍 在介绍scipy之前,我们先来回顾下,统计学原理中出现的一些概念,附带的链接,直接指定了对应的scipy中的链接: 2.1 各种平均数 1.中心值/均值(average加权平均) 2.众数(mode) 3.中位数(median) 4.均值(mean:几何平均) 2.2 变差 1.极差(range) 2.四分位数极差 3.标准差(standard deviation) 4.方差(variance) 2.3 标准误差 1.标准误差(standard error) numpy.std([0,4,8,12,16])/math.sqrt(5-1) 2.4 标准得分 1.标准得分z-score(standard scores) scipy numpy