IRIS Toolbox Reference Manual
emptydb
Create model-specific database with variables, shocks, and parameters
Syntax
D = emptydb(M)
Input arguments
M
[ model | bkwmodel ] - Model or bkwmodel object for which the empty database will be created.
Output arguments
D
[ struct ] - Database with an empty tseries object for each variable and each shock, and an empty array for each parameter.
Description
Example