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
相關文章
相關標籤/搜索