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

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

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

                                        Likelihood ratio test for restrictions on beta
                                         测试限制似然比检验

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

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

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


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


blrtest(z, H, r)



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

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


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


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


Details

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

Please note, that in the case of nested hypothesis, the reported p-value should be adjusted to r(s1-s2) (see Johansen, S. and K. Juselius (1990)).
请注意,在嵌套的假设的情况下,报告的p-值应调节到r(s1-s2)(见约翰森,S.和K.尤塞(1990))。


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

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


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


Bernhard Pfaff



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

Journal of Economic Dynamics and Control, 12, 231&ndash;254.
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, alrtest, ablrtest, bh5lrtest, bh6lrtest, cajo.test-class, ca.jo-class and urca-class.
ca.jo,alrtest,ablrtest,bh5lrtest,bh6lrtest,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)
HD0 <- matrix(c(-1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1), c(5,4))
summary(blrtest(sjd.vecm, H=HD0, r=1))

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


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

使用道具 举报

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

本版积分规则

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

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

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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