asy_cov_mat_struc_coeff: Title

Description Usage Arguments Examples

View source: R/SVAR-2-estimation.R

Description

Title

Usage

1

Arguments

RB

Examples

1
2
3
4
5
6
K <- 2

B <- matrix(c(1, 0, 0, 1), K, K)
RB <-matrix(c(1, rep(0, 6), 1), K^2, K)

asy_cov_mat_struc_coeff(B = B, RB = RB)

nielsaka/zeitreihe documentation built on March 17, 2020, 8:38 p.m.