码迷,mamicode.com
首页 >  
搜索关键字:statistics    ( 906个结果
查询复杂sql的表的大小
1.先explainplanfor目标sql:explainplanforWITHsales_countriesAS (SELECT/*+gather_plan_statistics*/ cu.cust_id,co.country_name FROMsh.countriesco,sh.customerscu WHEREcu.country_id=co.country_id), top_salesAS (SELECTp.prod_name, sc.country_name, s.channel_id, ..
分类:数据库   时间:2015-07-11 06:48:11    阅读次数:205
Cox Processes
以下翻译自: Recent Applications of Point Process Methods in Forestry Statistics 该文以林业木材统计为背景,分析了相关的统计学应用。下面主要翻译第6部分: 点过程 Cox过程 对于树木模型来说,Cox模型是一类十分灵活而且重要的方法...
分类:其他好文   时间:2015-07-10 22:09:11    阅读次数:173
nagios插件之登陆防火墙实现session监控
ssh_firewall_session.sh -- 登陆防火墙并执行dis session statistics firewall_check_sessions.c -- 调用上面脚本,过滤出sessioin的数值 执行:./firewall_check_sessions ssh_firewall_session.sh 192.168.0.1 vi ssh_firewall_session...
分类:移动开发   时间:2015-07-09 19:55:18    阅读次数:297
JVM值内存垃圾回收监控之jstat
如何判断JVM垃圾回收是否正常?一般的top指令基本上满足不了这样的需求,因为它主要监控的是总体的系统资源,很难定位到java应用程序。 Jstat是JDK自带的一个轻量级小工具。全称“Java Virtual Machine statistics monitoring tool”,它位于java的...
分类:Web程序   时间:2015-07-09 17:49:21    阅读次数:135
varnish 4.0 官方文档翻译21-Reporting and statistics
Reporting and statistics 本部分包括如何查看Varnish正在做什么,从每个http请求流的详细记录到汇总统计计数器。 Logging in Varnish Statistics varnishtop varnishhist varnishstat Logging in Varnish Varnis...
分类:其他好文   时间:2015-07-06 12:37:44    阅读次数:318
linux vmstat命令详解
vmstat是Virtual?Meomory?Statistics(虚拟内存统计)的缩写,可对操作系统的虚拟内存、进程、CPU活动进行监控。他是对系统的整体情况进行统计,不足之处是无法对某个进程进行深入分析。vmstat?工具提供了一种...
分类:系统相关   时间:2015-07-01 16:09:51    阅读次数:267
POJ 1987 Distance Statistics (树上点分治)
题目地址:POJ 1987 点分治模板题,跟POJ 1741几乎一样,。。 代码如下:#include #include #include #include #include #include #include #include #include <...
分类:其他好文   时间:2015-06-27 22:53:36    阅读次数:137
Oracle表与索引的分析及索引重建
1.分析表与索引(analyze 不会重建索引)analyze table tablename compute statistics等同于 analyze table tablename compute statistics for table for all indexes for all col...
分类:数据库   时间:2015-06-26 19:45:53    阅读次数:114
标准正态分布随机变量的倒数的分布
背景看到有人在问这个问题,拿来算算。 自从有了CSDN-MarkDown之后,写博客舒服多了,尤其是数学公式部分。原理推荐的参考书是: Schaum’s outline of Probability and Statistics, 3rd Edition, 2009; 科学出版社2002年翻译出版了该书的第二版,所以有中文版。Continuous Variables Theorem: Let X...
分类:其他好文   时间:2015-06-26 16:18:37    阅读次数:728
听同事讲 Bayesian statistics: Part 1 - Bayesian vs. Frequentist
听同事讲 Bayesian statistics: Part 1 - Bayesian vs. Frequentist摘要:某一天与同事下班一同做地铁,刚到地铁站,同事遇到一熟人正从地铁站出来。俩人见面都特别高兴,聊了许久。过后我问她这人是谁,她说是她的朋友,伯克利的教授Michael Jordan...
分类:其他好文   时间:2015-06-23 19:58:09    阅读次数:103
906条   上一页 1 ... 65 66 67 68 69 ... 91 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!