create.Z: Create the model matrices

Description Usage Arguments Details Value

View source: R/dataprepf.R

Description

This function creates two representations of the VAR model matrices: the stacked form Z=(Z_{1}^{T}, Z_{2}^{T}, …, Z_{T}^{T})^{T}, or a list of Z_{t} matrices.

Usage

1
create.Z(data, ztprop1)

Arguments

data

the data set (a zoo object).

ztprop1

a Ztprops object.

Details

Internally, this function calls .create.zmts to generate the VAR model rows, then inserts them into a matrix of zeros in a particular order.

Value

a 3-dimensional array.


gamalamboy/stresstest documentation built on May 17, 2019, 1:33 p.m.