码迷,mamicode.com
首页 >  
搜索关键字:statistics    ( 906个结果
introduction to python for statistics,analysis笔记2
一、行列式连接concatenate函数,axis=0是垂直拼接,axis=1是水平拼接 另一种方法有: z = vstack((x,y)) # Same as z = concatenate((x,y),axis = 0) z = hstack((x,y)) # Same as z = conca ...
分类:编程语言   时间:2016-04-16 21:22:18    阅读次数:252
SQL Server 调优:set statistics profile on
进行set statistics profile on 设置后 将会返回执行计划表,通过该表,可以理解语句执行的过程,了解SQL Server是否选择了正确的执行计划,进而确定调优方向! 1、返回表字段描述: Rows:执行计划每一步返回的实际行数 Executes:执行计划每一步执行的次数 Stm ...
分类:数据库   时间:2016-04-14 12:08:42    阅读次数:178
053(十五)
71、 72、 73、 74、 75、View the Exhibit. As shown in the diagram, in-memory statistics are transferred to the disk at regular intervals.Which background p ...
分类:其他好文   时间:2016-04-14 09:26:59    阅读次数:235
1370 - Bi-shoe and Phi-shoe
1370 - Bi-shoe and Phi-shoe PDF (English) Statistics Forum Time Limit: 2 second(s) Memory Limit: 32 MB Bamboo Pole-vault is a massively popular sport ...
分类:其他好文   时间:2016-04-14 08:13:28    阅读次数:205
AWR--service statistics
近期发现一个奇怪的现象,数据库报告上看负载非常高。可是cpu和等待事件都非常低,不知道消耗的资源跑到哪里去了? Snap Id Snap Time Sessions Cursors/Session Begin Snap: 5073 17-5月 -14 04:00:20 127 78.8 End Sn ...
分类:其他好文   时间:2016-04-13 20:27:43    阅读次数:186
1298 - One Theorem, One Year
1298 - One Theorem, One Year PDF (English) Statistics Forum Time Limit: 2 second(s) Memory Limit: 32 MB A number is Almost-K-Prime if it has exactly K ...
分类:其他好文   时间:2016-04-11 12:00:33    阅读次数:219
本人用到了spss重要功能总结
一、SPSS篇 (1)用spss剔除异常值     异常值:一组观测值中与平均值的偏差超过两倍标准差的测定值。 一、analyze >> descriptive statistics >>descriptives>>  选择变量(列)到右边的框里>>点选save standardized values as variables >>选择ok 二、在data里选中select cases,之...
分类:其他好文   时间:2016-04-10 14:40:34    阅读次数:2452
Bayesian statistics
目录 1Bayesian model selection贝叶斯模型选择 1奥卡姆剃刀Occams razor原理 2Computing the marginal likelihood evidence 2-1 BIC approximation to log marginal likelihood 2-2贝叶斯因子 3先验 3-1 确定无信息先验分布的Jeffreys原则 3-2共轭先验Conjug...
分类:其他好文   时间:2016-04-05 10:50:57    阅读次数:304
Stanford机器学习笔记-3.Bayesian statistics and Regularization
3. Bayesian statistics and Regularization Content 3. Bayesian statistics and Regularization. 3.1 Underfitting and overfitting. 3.2 Bayesian statistics ...
分类:其他好文   时间:2016-04-04 01:24:50    阅读次数:221
安卓性能
1.Statistics since last charge查找待机、灭屏待机、灭屏待机(未睡眠)等时间 2.kernel wake lock、 All partial wake locks核心、局部持锁,分析超过10分钟的锁 3.Estimated power use (mAh)查看应用耗电量 4 ...
分类:移动开发   时间:2016-03-29 23:39:10    阅读次数:338
906条   上一页 1 ... 51 52 53 54 55 ... 91 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!