identification: Recursive identification of a VAR model

Description Usage Arguments Value References Examples

View source: R/identification.R

Description

Estimates the contemporaneous coefficients and the structural shocks covariance matrix using recursive identification or using a identity matrix.

Usage

1

Arguments

object

A lbvar object.

Value

A list with the following objects:

A

Matrix of contemporaneous coefficients.

sigma2u

Structural shocks covariance matrix.

References

Garcia, Medeiros and Vasconcelos (2017).

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## == This example uses the Brazilian inflation data from
#Garcia, Medeiros and Vasconcelos (2017) == ##

# = This is an ilustrative example = #
# = The identification ignores which variables are more exogenous = #

data("BRinf")
Y=BRinf[,1:59]# remove expectation variables
modelB=lbvar(Y,p=4)
identB=identification(modelB)

gabrielrvsc/lbvar documentation built on Aug. 22, 2021, 7:48 a.m.