由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - 能不能给我扫扫盲:什莫叫做 develop algorithms
相关主题
有人用过R package “galgo"吗?[合集] how to prove this problem ?
有没有一本书,深入介绍如何把统计algorithm 翻译成 source code的书?请教SAS code: 怎么把macro里的macro variable打印出来?
[question] Boosting algorithm for different loss function?如何用EM Algorithm去估未知参数
[合集] 推荐几个non-profit机构吧!有关EM algorithm 的问题
[合集] UW-Seattle生统offer和Harvard生统AD,应该选哪个?这里谁用 proc iml 用得比较多?
Online Master Program in Statistics选课求助Generative Learning Algorithm
genetic algorithms(遗传算法)Interview questions on algorithms
I have an easy probability question, please help me!!a least square fitting problem
相关话题的讨论汇总
话题: algorithms话题: function话题: develop话题: algorithm话题: 什莫
进入Statistics版参与讨论
1 (共1页)
f*********8
发帖数: 165
1
我刚开始学习R,90%的程序就是用package里的function。怎末才算是develop
algorithms?
另外能不能推荐一本教你用R自己写function的书啊。多谢。
D******n
发帖数: 2836
2
你可能没搞清楚function,algorithm这些东西。
一个问题,你编程解决就是algorithm,譬如上面那个matrix问题。algorithm是解决问
题的方法和步骤,什么语言都可以,甚至pseudocode也行。用function不等于就不是de
velop algorithm。当然你个整个algorithm只有一个R的function,那就不行。
用R写function很简单,
yourfunction<-function(x)
{ 。。。
。。。
}

【在 f*********8 的大作中提到】
: 我刚开始学习R,90%的程序就是用package里的function。怎末才算是develop
: algorithms?
: 另外能不能推荐一本教你用R自己写function的书啊。多谢。

f*********8
发帖数: 165
3
谢谢,我一直没搞清develop algorithms这个概念,原来我算是做过,就是比较简单而
已。
1 (共1页)
进入Statistics版参与讨论
相关主题
a least square fitting problem[合集] UW-Seattle生统offer和Harvard生统AD,应该选哪个?
要面试google不知道要准备哪方面的知识?Online Master Program in Statistics选课求助
问一个Latex的问题genetic algorithms(遗传算法)
R-package初级问题I have an easy probability question, please help me!!
有人用过R package “galgo"吗?[合集] how to prove this problem ?
有没有一本书,深入介绍如何把统计algorithm 翻译成 source code的书?请教SAS code: 怎么把macro里的macro variable打印出来?
[question] Boosting algorithm for different loss function?如何用EM Algorithm去估未知参数
[合集] 推荐几个non-profit机构吧!有关EM algorithm 的问题
相关话题的讨论汇总
话题: algorithms话题: function话题: develop话题: algorithm话题: 什莫