Loading [MathJax]/jax/element/mml/optable/BasicLatin.js

08 2018 档案

摘要:折线图示例 画布和子图 柱状图 饼状图 Matplotlib画正弦余弦曲线 K线图 1 pip3.6 install https://github.com/matplotlib/mpl_finance/archive/master.zip 2 3 from mpl_finance import ca 阅读全文
posted @ 2018-08-15 18:59 RainingInMacondo 阅读(501) 评论(0) 推荐(0) 编辑
摘要:twitter的AnomalyDetection 官网效果图如下: 尝试写了下面这个R程序: get_specify_df <- function(start_ts,stop_ts,category='totaluploadspeed'){ library(httr) library(rlist) 阅读全文
posted @ 2018-08-15 11:02 RainingInMacondo 阅读(221) 评论(0) 推荐(0) 编辑
摘要:#!/bin/bash tput civis while [ 1 ] do tput clear # tput cup 10 20 info=(date "+%Y-%m-%d %H:%M:%S %A") LEN=`echo info | wc -c` COLS=`tput cols` let HOLD_COL=COLS-LEN ... 阅读全文
posted @ 2018-08-14 11:10 RainingInMacondo 阅读(196) 评论(0) 推荐(0) 编辑
摘要:numpy基础 定义array array基本运算 卷积运算 random常用操作 array索引 迭代array 合并array 分割array Numpy.copy() Numpy其他 numpy参考:http://pda.readthedocs.io/en/latest/chp4.html P 阅读全文
posted @ 2018-08-12 13:29 RainingInMacondo 阅读(931) 评论(0) 推荐(0) 编辑
摘要:简单移动平均(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 RainingInMacondo 阅读(890) 评论(0) 推荐(0) 编辑
摘要:Z-score Modified Z-score IQR(interquartile range) Conclusion 摘自:http://colingorrie.github.io/outlier-detection.html 阅读全文
posted @ 2018-08-01 21:23 RainingInMacondo 阅读(359) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示