Given n non-negative integers representing the histogram's bar height where the width of each bar is 1, find the area of largest rectangle in the hist ...
分类:
其他好文 时间:
2019-02-22 23:07:46
阅读次数:
225
import numpy as np for k,v in stat.iteritems(): print k v.sort() #v = v[len(v)*3/100:len(v)*97/100] data = np.array(v) hist,bins=np.histogram(data,bin ...
分类:
其他好文 时间:
2019-02-11 21:32:34
阅读次数:
179
select * from DBA_HIST_SYSMETRIC_SUMMARY; select sum(inserts) inserts, sum(UPDATES) UPDATES, sum(DELETES) DELETES from dba_tab_modifications where TAB ...
分类:
数据库 时间:
2018-12-27 20:24:26
阅读次数:
154
select * from DBA_HIST_SYSMETRIC_SUMMARY; select sum(inserts) inserts, sum(UPDATES) UPDATES, sum(DELETES) DELETES from dba_tab_modifications where TAB ...
分类:
数据库 时间:
2018-12-27 20:19:00
阅读次数:
164
get_k_data 接口文档 全新的免费行情数据接口 原创: Jimmy 挖地兔 2016-11-06 前言在tushareAPI里,曾经被用户喜欢和作为典范使用的API get_hist_data,经历了数据的一些些缺失和一丢丢错误之后,在用户们的齐声呼“换”之下,终于要变成tushare中的一 ...
分类:
其他好文 时间:
2018-12-27 15:16:01
阅读次数:
981
一、直接使用直方图 hist是256x1数组,每个值对应于该图像中其像素数与其相应像素值的数量。 二、使用opencv直方图 calcHist(images, channels, mask, histSize, ranges, hist=None, accumulate=None): images: ...
分类:
其他好文 时间:
2018-10-28 16:15:19
阅读次数:
175
Given n non-negative integers representing the histogram's bar height where the width of each bar is 1, find the area of largest rectangle in the hist ...
分类:
其他好文 时间:
2018-10-25 14:18:47
阅读次数:
165
1.获取历史数据 ts.get_hist_data('601998') 获取601998的历史数据 ts.get_hist_data('601998',start='2016-06-05',end='2016-07-06') 获取指定时间内的历史数据 2.获取某股票的上市日期 df = ts.get ...
分类:
其他好文 时间:
2018-10-18 16:57:41
阅读次数:
541
我列了几个库的AWR快照数量的比对,我不明白为什么都保留8天(有一个是保留7天),一个小时一个快照,但AWR的数量不一样。 快照保留天数及多久一个快照,可以通过dba_hist_wr_control。 AWR快照最小值和最大值,可以通过SELECT MIN(SNAP_ID),MAX(SNAP_ID)... ...
分类:
其他好文 时间:
2018-08-26 15:34:33
阅读次数:
190
一、项目目录 (一)数据加载 基础统计 特征分类 基本分布(scatter) (二)数据分析 正态性检验 偏离度分析 (hist | scatter) 峰度分析 (hist | scatter) 分散度分析 (box) 特征本身分散度 SalePrice 的分散度 方差齐次检验 方差分析 (bar) ...
分类:
其他好文 时间:
2018-08-25 21:21:49
阅读次数:
585