找回密码
 注册
查看: 336|回复: 0

R语言 urca包 ur.sp()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-10-1 13:39:02 | 显示全部楼层 |阅读模式
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:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-28 07:41 , Processed in 0.020323 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表