use_tarb option error
Posted: Sun Apr 09, 2017 10:28 am
Hi Johannes,
When I include
The way I write it as,
Looks like it can't recognise the option. I am using dynare unstable version and Matlab2015. Do I need any other toolbox box for this and how to check that in Matlab? Thanks.
When I include
- Code: Select all
use_tarb
The way I write it as,
- Code: Select all
estimation(datafile=oligo_hp,mh_replic=1000000,mh_nblocks=3, mh_jscale=2.7,use_tarb, endogenous_prior, mode_compute=6,plot_priors=0,mode_check,moments_varendo,filtered_vars,conditional_variance_decomposition=[1 4 8],conf_sig=0.95,bayesian_irf,irf = 40,graph_format=pdf)
Looks like it can't recognise the option. I am using dynare unstable version and Matlab2015. Do I need any other toolbox box for this and how to check that in Matlab? Thanks.