码迷,mamicode.com
首页 >  
搜索关键字:statistics toolbox    ( 1252个结果
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
求解: Windows Phone XAML Controls 为什么是disable状态?
问题: 我在做一个windowsphone的App,显示一个web返回来的data,现在想用控件ListView去绑定这个Data,但是为何我的VS2012中的 ToolBox的XAMLControls处于disable状态? 尝试过的方案: 1.Reset Toolbox and Reloa...
分类:Windows程序   时间:2015-07-01 11:57:46    阅读次数:162
Data Science at the Command Line学习笔记(一)
学习Data Science at the Command Line时,win7下安装环境是遇到了一些小问题,最后通过百度解决。1)电脑安装完vagrant+virtual box之后,新建工作目录,cmd进入工作目录后$ vagrant init data-science-toolbox/data...
分类:其他好文   时间:2015-06-29 19:41:59    阅读次数:245
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
1252条   上一页 1 ... 94 95 96 97 98 ... 126 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!