BBCTest(tsDyn)
BBCTest()所属R语言包:tsDyn
Test of unit root against SETAR alternative
对SETAR替代的单位根测试
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Test of unit root against a stationnary three regime SETAR alternative
针对stationnary政权SETAR替代单位根测试
用法----------Usage----------
BBCTest(x, m, series, testStat=c("LR", "Wald", "LM"), trim=0.1, grid=c("minPerc", "minObs"))
参数----------Arguments----------
参数:x
time series
时间序列
参数:m
Number of lags under the alternative
根据替代的滞后阶数
参数:series
time series name (optional)
时间序列的名称(可选)
参数:testStat
Type of test statistic to use
检验统计量的类型使用
参数:trim
trimming parameter indicating the minimal percentage of observations in each regime
微调参数表示的最小百分比在每一个政权的意见
参数:grid
Whether a minimal number of percentage or observations should be imposed. See details
最少数量的百分比或意见是否应该罚款。查看详细资料
Details
详细信息----------Details----------
TODO
TODO
值----------Value----------
A object of class "BBC2004Test" containing:
一个对象类“BBC2004Test”包含:
-The value of the sup Test
的值的支持测试
-The version of test used (either Wald, LM or LR).
测试的版本(无论是瓦尔德,LM,LR)。
(作者)----------Author(s)----------
Matthieu Stigler
参见----------See Also----------
setarTest for a test with stationarity as a null.
setarTest与平稳性测试为null。
实例----------Examples----------
BBCTest(lynx, m=3, test="Wald", grid="minPerc")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|