会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
DataTalkClub
记录和分享
博客园
首页
新随笔
联系
管理
2018年8月5日
移动平均
摘要: 简单移动平均(sma) def moving_average(f_t): if type(f_t) is not np.ndarray: raise TypeError\ ('Expected one dimensional numpy array.') if f_t.shape[1] != 1:
阅读全文
posted @ 2018-08-05 21:36 马贡多在下雨
阅读(910)
评论(0)
推荐(0)
公告