extendBoot(tsDyn)
extendBoot()所属R语言包:tsDyn
extension of the bootstrap replications
延伸自举复制
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function updates an existing bootstrap test with new bootstrap replications.
此功能更新现有的自举测试新的系统启动复制。
用法----------Usage----------
extendBoot(x, nboot)
参数----------Arguments----------
参数:x
A object from setarTest (hence of class Hansen99Test)
一个对象从setarTest中(因此类Hansen99Test)
参数:nboot
The number of new bootstrap replications
新的系统启动复制的数目
Details
详细信息----------Details----------
The plot function will draw the old and new distribution, hence allowing to test the sensitivity of the results obtained.
积函数将以此为新老分布,从而使测试的灵敏度得到的结果。
值----------Value----------
Returns an object of the same class with same objects but updated values.
返回同一个类的对象具有相同的对象,但更新后的值。
参数:updated
The number of new bootstrap replications. Is null when the test is run the first time
新的系统启动复制的数量。 IS NULL测试时,第一次运行
(作者)----------Author(s)----------
Matthieu Stigler
参见----------See Also----------
BBCTest for a similar test. setarTest for a test with stationarity as a null.
BBCTest进行类似的测试。 setarTest与平稳性测试为null。
实例----------Examples----------
## Not run: [#不运行:]
# test with 10 bootstrap replications:[测试的10个引导复制:]
a<-setarTest(sun[1:100], m=1, nboot=10)
plot(a)
#use old results and compue 20 new replications[使用旧的结果,compue 20个新的复制]
b<-extendBoot(a, n=20)
#see the different distributions:[看到不同的分布:]
plot(b)
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|