IRIS Toolbox Reference Manual

addparam

Add VAR parameters to a database (struct)

Syntax

D = addparam(V,D)

Input arguments

Output arguments

Description

The newly created database entries are named A_ (transition matrix), K_ (constant terms), J_ (coefficient matrix in front of exogenous inputs), B_ (matrix of instantaneous whock effects), and Cov_ (covariance matrix of shocks). Be aware that all existing database entries in D named A_, K_, B_, or Omg_ will be overwritten.

Example

D = struct();
D = addparam(V,D);