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

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

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

                                        Likelihood ratio test for restrictions on alpha
                                         阿尔法限制似然比检验

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

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

This function estimates a restricted VAR, where the restrictions are base upon \bold{α}, i.e. the loading vectors. The test statistic is distributed as χ^2 with r(p-m) degrees of freedom, with m equal to the columns of the restricting matrix \bold{A}.
此功能估计受限制的VAR,这里的限制是立足\bold{α},即加载向量。检验统计量的分布χ^2r(p-m)自由度,m等于列的限制矩阵\bold{A}。


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


alrtest(z, A, r)



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

参数:z
An object of class ca.jo.
对象的类ca.jo。


参数:A
The (p \times m) matrix containing the restrictions on \bold{α}.
(p \times m)基质中含有的限制\bold{α}。


参数:r
The count of cointegration relationships; <br> inferred from summary(ca.jo-object).
计数的协整关系;参考推断summary(ca.jo-object)。


Details

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

The orthogonal matrix to \bold{A} can be accessed as object@B. The restricted \bold{&alpha;} matrix is normalised with respect to the first variable.
正交矩阵\bold{A}也可以访问object@B。受限制的\bold{&alpha;}矩阵被归一相对于第一可变。


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

An object of class cajo.test.
对象的类cajo.test。


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


Bernhard Pfaff



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

Inference on Cointegration &ndash; with Applications to the Demand for Money, Oxford Bulletin of Economics and Statistics, 52, 2, 169&ndash;210.
Cointegration Vectors in Gaussian Vector Autoregressive Models, Econometrica, Vol. 59, No. 6, 1551&ndash;1580.

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

ca.jo, blrtest, ablrtest, cajo.test-class, ca.jo-class and urca-class.
ca.jo,blrtest,ablrtest,cajo.test-class,ca.jo-class和urca-class。


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


data(denmark)
sjd <- denmark[, c("LRM", "LRY", "IBO", "IDE")]
sjd.vecm <- ca.jo(sjd, ecdet = "const", type="eigen", K=2, spec="longrun",
season=4)
DA <- matrix(c(1,0,0,0), c(4,1))
summary(alrtest(sjd.vecm, A=DA, r=1))

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


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

使用道具 举报

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

本版积分规则

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

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

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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