ur.sp(urca)
ur.sp()所属R语言包:urca
Schmidt \& Phillips Unit Root Test
施密特\&菲利普斯单位根检验。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Performs the Schmidt \& Phillips unit root test, where under the Null and Alternative Hypothesis the coefficients of the deterministic variables are included.
执行施密特的\&菲利普斯单位根检验,的空和备择假设下的确定性变量的系数。
用法----------Usage----------
ur.sp(y, type = c("tau", "rho"), pol.deg = c(1, 2, 3, 4),
signif = c(0.01, 0.05, 0.1))
参数----------Arguments----------
参数:y
Vector to be tested for a unit root.
一个单位根测试向量。
参数:type
Test type, either tau or rho test.
测试的类型,是tau或rho测试。
参数:pol.deg
Degree of polynomial in the test regression.
度在测试多项式回归。
参数:signif
Significance level for the critical value of the test statistic.
检验统计量的临界值的显着性水平。
Details
详细信息----------Details----------
Under the Null and the Alternative hypothesis the coefficients of the deterministic part of the test regression are included. Two test types are available: the rho-test and the tau-test. Both test are extracted from the LM principle.
空和备择假设下的确定性部分的测试回归系数均包括在内。两种测试类型可供选择:rho测试tau测试。这两个测试中提取从LM原则。
值----------Value----------
An object of class "ur.sp".
对象的类"ur.sp"。
(作者)----------Author(s)----------
Bernhard Pfaff
参考文献----------References----------
the Presence of Deterministic Trends, Oxford Bulletin of Economics and Statistics, 54(3), 257–287.
'Discussion Papers (CFDPs)'.
参见----------See Also----------
ur.sp-class
ur.sp-class
实例----------Examples----------
data(nporg)
gnp <- na.omit(nporg[, "gnp.r"])
sp.gnp <- ur.sp(gnp, type="tau", pol.deg=1, signif=0.01)
summary(sp.gnp)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|