python數據學習2

 計算簡單移動平均線   import numpy as np import sys from matplotlib.pyplot import plot from matplotlib.pyplot import show N = int(sys.argv[1]) weights = np.ones(N) / N weights c = np.loadtxt('data.csv', de
相關文章
相關標籤/搜索