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

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

[复制链接]
发表于 2012-10-1 13:34:32 | 显示全部楼层 |阅读模式
ca.po(urca)
ca.po()所属R语言包:urca

                                        Phillips \& Ouliaris Cointegration Test
                                         菲利普斯\&Ouliaris协整检验

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Performs the Phillips \& Ouliaris "Pu" and "Pz" cointegration test.
执行菲利普斯\&Ouliaris的"Pu"和"Pz"协整检验。


用法----------Usage----------


ca.po(z, demean = c("none", "constant", "trend"),
      lag = c("short", "long"), type = c("Pu", "Pz"), tol = NULL)



参数----------Arguments----------

参数:z
Data matrix to be investigated for cointegration.
数据矩阵的协整关系。


参数:demean
The method for detrending the series, either "none", "constant" or "trend".
去趋势的一系列的方法,是"none","constant"或"trend"。


参数:lag
Either a short or long lag number used for variance/covariance correction.
无论是用于一个或长或短的滞后数方差/协方差校正。


参数:type
The test type, either "Pu" or "Pz".
测试类型,是"Pu"或"Pz"。


参数:tol
Numeric, this argument is passed to solve() in ca.po().
数字,这个参数被传递给solve()ca.po()。


Details

详细信息----------Details----------

The test "Pz", compared to the test "Pu", has the advantage that it is invariant to the normalization of the cointegration vector, i.e. it does not matter which variable is on the left hand side of the equation. In case convergence problems are encountered by matrix inversion, one can pass a higher tolerance level via "tol=..." to the solve()-function.
该测试"Pz",比较测试"Pu",具有的优点,这是不变的协整向量的归一化,即它并不重要的变量是在左手侧的方程。矩阵求逆的情况下,收敛遇到问题,可以通过较高的容忍程度,通过"tol=..."到solve()功能。


值----------Value----------

An object of class ca.po.
对象的类ca.po。


(作者)----------Author(s)----------


Bernhard Pfaff



参考文献----------References----------

Residual Based Tests for Cointegration, Econometrica, Vol. 58, No. 1, 165–193.

参见----------See Also----------

ca.po-class
ca.po-class


实例----------Examples----------


data(ecb)
m3.real <- ecb[,"m3"]/ecb[,"gdp.defl"]
gdp.real <- ecb[,"gdp.nom"]/ecb[,"gdp.defl"]
rl <- ecb[,"rl"]
ecb.data <- cbind(m3.real, gdp.real, rl)
m3d.po <- ca.po(ecb.data, type="Pz")
summary(m3d.po)

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-28 11:45 , Processed in 0.019364 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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