python描述性统计分析

一、 数值分析html from numpy import array from numpy.random import normal, randint list_data = [1, 2, 3] #使用List来创造一组数据 array_data = array([1, 2, 3]) #使用array来创造一组数据 normal_data = normal(0, 10, size=10
相关文章
相关标签/搜索