<< addsym Creation and simulation of macroeconometric models changeq >>

grocer >> Creation and simulation of macroeconometric models > bounds_db4model

bounds_db4model

find the admissible bounds for a model and its database

CALLING SEQUENCE

simul_bounds=bounds_db4model(model,dbmod)

PARAMETERS

Input

* model = a model tlist

* dbmod = a database tsmat

Output

* simul_bounds = a (n x 3) string matrix, with:

   - the first column gathers the first possible starting date

   - the second column gathers the last possible starting date

   - the third column gathers the last possible ending date

DESCRIPTION

Finds the admissible bounds for a model and its database.

EXAMPLE

global GROCERDIR;
// load the model small:
load(GROCERDIR+'\data\small.dat')
// load the database small_db:
load(GROCERDIR+'\data\small_db.dat')

//now, find the admissible for the saall model and the small_db data base
bounds_db4model(small,small_db)

AUTHOR

Éric Dubois 2018

Report an issue
<< addsym Creation and simulation of macroeconometric models changeq >>