getalgprecomp(simctest)
getalgprecomp()所属R语言包:simctest
Construct algorithms
构造算法
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Constructs classes of type sampalgonthefly and sampalgPrecomp.
构造类类型sampalgonthefly和sampalgPrecomp。
用法----------Usage----------
getalgonthefly(level = 0.05, epsilon = 0.001, halfspend = 1000)
getalgprecomp(level = 0.05, epsilon = 0.001, halfspend = 1000)
参数----------Arguments----------
参数:level
the threshold.
的阈值。
参数:epsilon
the bound on the resampling risk.
界上的重采样的风险。
参数:halfspend
number of steps after which half the error has been spent.
数步后,已经花费了一半的错误。
值----------Value----------
getalgonthefly returns an object of type sampalgonthefly. getalgprecomp returns an object of type sampalgPrecomp.
getalgonthefly返回一个对象类型sampalgonthefly。 getalgprecomp返回一个对象类型sampalgPrecomp。
(作者)----------Author(s)----------
Axel Gandy
参考文献----------References----------
with Uniformly Bounded Resampling Risk. To appear in JASA.
实例----------Examples----------
alg<-getalgprecomp()
run(alg, function() runif(1)<0.01)
alg<-getalgonthefly()
run(alg, function() runif(1)<0.01)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|