[TOC]
基本数值分析平均数numpy.mean()
中位数numpy.median()
众数from scipy import stats
stats.mode()
标准差numpy.std()
方差numpy.var()
百
2021-08-03