makeblock: makeblock

Description Usage Arguments Details Value Examples

Description

makeblock

Usage

1
makeblock(X, i, p)

Arguments

X

matrix

i

the number of block to generate

p

number of lags, is equal to total the number of blocks

Details

used only inside mlag2 function

Value

block

Examples

1
2
X <- matrix(1:18, ncol = 3)
bvarrKK:::makeblock(X, 1, 2)

bdemeshev/bvarrKK documentation built on May 12, 2019, 3:40 a.m.