码迷,mamicode.com
首页 >  
搜索关键字:statistics    ( 906个结果
读书笔记 1 of Statistics :Moments and Moment Generating Functions (c.f. Statistical Inference by George Casella and Roger L. Berger)
Part 1: MomentsDefinition 1 For each integer $n$, the nth moment of $X$, $\mu_n^{'}$ is\[\mu_{n}^{'} = EX^n.\]The nth central moment of $X$, $\mu_n$, ...
分类:其他好文   时间:2014-11-17 21:02:46    阅读次数:152
SET STATISTICS IO和SET STATISTICS TIME 在SQL Server查询性能优化中的作用
原文:SET STATISTICS IO和SET STATISTICS TIME 在SQL Server查询性能优化中的作用近段时间以来,一直在探究SQL Server查询性能的问题,当然也漫无目的的查找了很多资料,也从网上的大神们的文章中学到了很多,在这里,向各位大神致敬。正是受大神们无私奉献精神...
分类:数据库   时间:2014-11-12 02:03:16    阅读次数:229
Sparse PCA: reproduction of the synthetic example
The paper:Hui Zou, Trevor Hastie, and Robert Tibshirani,Sparse Principal Component Analysis,Journal of computational and Graphical Statistics, 15(2): ...
分类:其他好文   时间:2014-11-06 00:42:42    阅读次数:267
Oracle “dba_tables”介绍
DBA_TABLESdescribes all relational tables in the database. Its columns are the same as those inALL_TABLES. To gather statistics for this view, use t.....
分类:数据库   时间:2014-11-05 14:34:49    阅读次数:361
POJ1987——Distance Statistics
Distance Statistics Time Limit: 2000MS   Memory Limit: 64000K Total Submissions: 1667   Accepted: 532 Case Time Limit: 1000MS Description Frustrated at the number of d...
分类:其他好文   时间:2014-11-05 13:10:43    阅读次数:217
怎样用SQL语句查看查询的性能指标
一、SET STATISTICS IO(有关TSQL语句查询所产生的磁盘活动量)扫描计数:在查询中涉及到的表被访问的次数;逻辑读取:从数据缓冲中读取的数据页数;物理读取:从物理磁盘中往缓冲读取的数据页数;预读:根据执行计划从物理磁盘中往缓冲读取的数据页数;--显示有关由Transact-SQL 语句...
分类:数据库   时间:2014-11-04 16:57:08    阅读次数:215
POJ2378——Tree Cutting
Distance Statistics Time Limit: 2000MS   Memory Limit: 64000K Total Submissions: 1660   Accepted: 528 Case Time Limit: 1000MS Description Frustrated at the number of d...
分类:其他好文   时间:2014-11-03 19:26:21    阅读次数:201
ArcMap合并道路 -- 将路的几段合并成一条完整的道路
#1: 用 Arctoolbox\Data Management Tools\Generalization\dissolve 工具 #2: Options:dissolve field 项选"合并字段"【根据那些字段做合并,也就是最后保留的字段】。如果其他字段也想带到结果的话,可以在statistics field里选一下,设置好规则【可以设置的规则有限,也就是求和、平均数、最大、最小之类的】。...
分类:其他好文   时间:2014-11-03 17:45:33    阅读次数:263
SQLServer 统计查询语句消耗时间
--方法1【set statistic 】:set statistics time ongo --执行语句 xxxx goset statistics time off--方法2【getDate()】:DECLARE @begin dateTimeDECLARE @end dateTimeSET @...
分类:数据库   时间:2014-10-31 18:47:56    阅读次数:226
Oracle性能分析12:对象统计信息
对象统计信息描述数据是如何在数据库中存储的,查询优化器使用这些统计信息来做出正确的决定。Oracle中有三种类型的对象统计信息:表统计、列统计和索引统计。而在每种类型中,有细分为:表或索引级别的统计、分区级别统计和子分区级别的统计,后面两种只有在对象被分区和具有子分区的情况下才可用。 统计信息相关视图 表统计信息 表/索引级别的统计 user_tab_statistics user_ta...
分类:数据库   时间:2014-10-29 10:52:41    阅读次数:277
906条   上一页 1 ... 78 79 80 81 82 ... 91 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!