KapShinTest(tsDyn)
KapShinTest()所属R语言包:tsDyn
Test of unit root against SETAR alternative with
对SETAR替代与单位根测试
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Test of unit root against a stationnary 3 regime SETAR alternative with random walk in the inner regime
单位根测试中随机游动的内部制度,针对stationnary 3政权SETAR替代
用法----------Usage----------
KapShinTest(x, m=1, series, include = c("none","const", "trend", "both"), c=3, delta=0.5, points=NULL,minObsMid=10, trick=c("for", "apply", "mapply"), trace=FALSE)
参数----------Arguments----------
参数:x
time series
时间序列
参数:m
Number of lags under the alternative
根据替代的滞后阶数
参数:series
time series name (optional)
时间序列的名称(可选)
参数:include
Whether data should be raw, de-meaned or de-meaned and de-trended
数据是否宜生,去呈现下跌,或呈现下跌,和趋势
参数:c
Argument for the grid search. See details
参数的网格搜索。查看详细资料
参数:delta
Argument for the grid search. See details
参数的网格搜索。查看详细资料
参数:points
Points for the grid search. See details
网格点搜索。查看详细资料
参数:minObsMid
Minimal number of observations in the inner regime
在内部体制最小的若干意见
参数:trick
type of internal function used
内部功能的使用类型
参数:trace
should additional infos be printed? (logical)
额外的相关信息进行打印呢? (逻辑)
Details
详细信息----------Details----------
This function is currently spurious.
此功能目前是虚假的。
值----------Value----------
A object of class KapShin2006Test containing:
一个类的对象KapShin2006Test内容包括:
参数:statistic
The three (SupW, AvgW, ExpW) test statistics computed
三(SupW,AvgW,ExpW)检验统计量的计算
参数:case
Whether the data was transformed, corresponds to input argument include
数据是否经改造后,对应的输入参数包括:
参数:series
The name of the series
该系列的名称
(作者)----------Author(s)----------
Matthieu Stigler
参见----------See Also----------
BBCTest for a similar test. setarTest for a test with stationarity as a null.
BBCTest进行类似的测试。 setarTest与平稳性测试为null。
实例----------Examples----------
KapShinTest(lynx, m=1, trace=FALSE, include="none", points=10)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|