BQ(vars)
BQ()所属R语言包:vars
Estimates a Blanchard-Quah type SVAR
估计布兰查德柯类型SVAR
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function estimates a SVAR of type Blanchard and Quah. It returns a list object with class attribute "svarest".
此功能估计SVAR类型的布兰查德和柯。它返回一个列表对象与类属性svarest。
用法----------Usage----------
BQ(x)
参数----------Arguments----------
参数:x
Object of class "varest"; generated by VAR().
类的varest的对象,所产生的VAR()。
Details
详细信息----------Details----------
For a Blanchard-Quah model the matrix A is set to be an identity matrix with dimension K. The matrix of the long-run effects is assumed to be lower-triangular and is defined as:
对于一个查德柯氏模型矩阵A被设置为一个单位矩阵维度K。被假定为下三角的术语影响的矩阵,并且被定义为:
Hence, the residual of the second equation cannot exert a long-run influence on the first variable and likewise the third residual cannot impact the first and second variable. The estimation of the Blanchard-Quah model is achieved by a Choleski decomposition of:
因此,剩余的第二个方程不能施加一个术语的影响上的第一个变量和同样的第三残差可以不影响第一和第二可变。查德柯氏模型的估计来实现由Choleski分解:
The matrices \hat{A}_i for i = 1, …, p assign the reduced form estimates. The long-run impact matrix is the lower-triangular Choleski decomposition of the above matrix and the contemporaneous impact matrix is equal to:
矩阵\hat{A}_ii = 1, …, p分配形式估计减少。长远影响矩阵是的下三角Choleski分解的上述基质和同期影响矩阵等于:
where Q assigns the lower-trinagular Choleski decomposition.
其中Q分配低trinagular的Choleski分解。
值----------Value----------
A list of class "svarest" with the following elements is returned:<br>
列表类的svarest返回包含下列元素:参考
参数:A
An identity matrix.
单位矩阵。
参数:Ase
NULL.
NULL。
参数:B
The estimated contemporaneous impact matrix.
估计当时的影响矩阵。
参数:Bse
NULL.
NULL。
参数:LRIM
The estimated long-run impact matrix.
估计术语影响矩阵。
参数:Sigma.U
The variance-covariance matrix of the reduced form residuals times 100.
方差 - 协方差矩阵的还原形式残差乘以100。
参数:LR
NULL.
NULL。
参数:opt
NULL.
NULL。
参数:start
NULL.
NULL。
参数:type
Character: “Blanchard-Quah”.
布兰查德字符:“柯”。
参数:var
The "varest" object "x".
“varest对象x。
参数:call
The call to BQ().
call到BQ()。
(作者)----------Author(s)----------
Bernhard Pfaff
参考文献----------References----------
Demand and Supply Disturbances, The American Economic Review, 79(4), 655-673.
University Press, Princeton.
Analysis, Springer, New York.
参见----------See Also----------
SVAR, VAR
SVAR,VAR
实例----------Examples----------
data(Canada)
var.2c <- VAR(Canada, p = 2, type = "const")
BQ(var.2c)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|