科学网

 找回密码
  注册
如何看待数据
热度 2 高建召 2016-12-22 14:27
如何看待数据 Cliff Gao 对于做计算的人来说,需要经常处理数据。 搜集数据: 如果积累了大量数据,一定要仔细想想,那些数据是有用的,那些是可以丢掉的。要关注那些反常的点。 1. 你需要有一个熟练的工具来展示这些数据。例如python,R 等都是很不错的软件。 2. 精度问题。 有些数据不需要小 ...
个人分类: 学术经验感悟|2551 次阅读|2 个评论 热度 2
python 中Wilcoxon rank-sum 和 R 中的 wilcox.test
高建召 2016-12-21 23:10
python 中Wilcoxon rank-sum 和 R 中的 wilcox.test 参考网页: http://stackoverflow.com/questions/12797658/pythons-scipy-stats-ranksums-vs-rs-wilcox-test python scipy 中的 ranksums(x,y) 相当于 R中的 wilcox.text(x,y,exact=FALSE,correct=FALSE) #### python code x= ...
个人分类: python|11138 次阅读|没有评论
R 类型转化
高建召 2016-11-25 21:12
在R 中 将factor类型转换为float 类型 as.numeric(as.character(YOUR_DATA)) R中将 list 数据转换为向量 as.vector(unlist(youlist))
个人分类: R语言|3930 次阅读|没有评论
plotmtv 软件
高建召 2016-11-21 16:14
参考:http://askubuntu.com/questions/679724/installing-plotmtv 下载: 64-bit wget https://launchpad.net/~hkroeger/+archive/ubuntu/engineeringoss/+files/plotmtv_1.4.1-R10%7E8527892_amd64.debsudo dpkg -i plotmtv_1.4.1-R10~8527892_amd64.deb 32-bit wget https://lau ...
个人分类: linux相关|2557 次阅读|没有评论
得到 前n个最大的数
高建召 2016-10-23 07:50
得到前n个最大的数 参考: http://stackoverflow.com/questions/6910641/how-to-get-indices-of-n-maximum-values-in-a-numpy-array https://docs.scipy.org/doc/numpy/reference/generated/numpy.argpartition.html 可以使用numpy 中的 argpartition 函数。该函数在最坏情况下,时间复杂度为线性时间。 ...
个人分类: python|6649 次阅读|没有评论
ppt 常用问题
高建召 2016-10-16 19:33
PPT 中常用问题: Alt + = 插入公式。 设置文本框默认格式: 点击模板视图,添加文本框,并设置好格式,点击右键,设置为默认文本框格式。设置后删除即可。
个人分类: office-excel|2165 次阅读|没有评论

本页有 4 篇博文因作者的隐私设置或未通过审核而隐藏

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-4-19 15:32

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部