Minor change in user reference manual.

The write_latex_prior_table has not to follow the estimation command but
the estimated_params block.
time-shift
Stéphane Adjemian (Lupi) 2016-06-15 17:15:53 +02:00
parent e94a698a9b
commit b70fe62503
2 changed files with 5 additions and 4 deletions

View File

@ -10071,8 +10071,9 @@ following @LaTeX{} packages: @code{longtable, booktabs}
Writes descriptive statistics about the prior distribution to
a @LaTeX{} table in a file named @code{<<M_.fname>>_latex_priors_table.tex}. The command writes the prior
definitions currently stored. Thus, the command must be invoked after a call to @code{estimation}. Requires the
following @LaTeX{} packages: @code{longtable, booktabs}
definitions currently stored. Thus, the command must be invoked after the @code{estimated_params} block. The command
returns an error if no prior densities are defined (ML estimation). Requires the following @LaTeX{}
packages: @code{longtable, booktabs}
@end deffn
@deffn {MATLAB/Octave command} collect_LaTeX_Files (@code{M_}) ;

View File

@ -160,10 +160,10 @@ stderr gy_obs, inv_gamma_pdf, 0.001, inf;
corr gp_obs, gy_obs,normal_pdf, 0, 0.2;
end;
estimation(mode_compute=8,order=1,datafile='../fs2000/fsdat_simul',mode_check,smoother,filter_decomposition,mh_replic=4000, mh_nblocks=1, mh_jscale=0.8,forecast = 8,bayesian_irf,filtered_vars,filter_step_ahead=[1,3],irf=20,moments_varendo,contemporaneous_correlation,conditional_variance_decomposition=[1 2 4]) m P c e W R k d y;
write_latex_prior_table;
estimation(mode_compute=8,order=1,datafile='../fs2000/fsdat_simul',mode_check,smoother,filter_decomposition,mh_replic=4000, mh_nblocks=1, mh_jscale=0.8,forecast = 8,bayesian_irf,filtered_vars,filter_step_ahead=[1,3],irf=20,moments_varendo,contemporaneous_correlation,conditional_variance_decomposition=[1 2 4]) m P c e W R k d y;
trace_plot(options_,M_,estim_params_,'PosteriorDensity',1);
trace_plot(options_,M_,estim_params_,'StructuralShock',1,'eps_a')