1.介绍
在介绍scipy之前,我们先来回顾下,统计学原理中出现的一些概念,附带的链接,直接指定了对应的scipy中的链接:
2.1 各种平均数
2.2 变差
2.3 标准误差
numpy.std([0,4,8,12,16])/math.sqrt(5-1)
Reading time ~1 minute
在介绍scipy之前,我们先来回顾下,统计学原理中出现的一些概念,附带的链接,直接指定了对应的scipy中的链接:
numpy.std([0,4,8,12,16])/math.sqrt(5-1)