Trace_plot help
Posted: Mon Apr 29, 2013 5:09 pm
Hello,
I have a very simple question.
I would like to analyzed the convergence of my MCMC using the command
trace_plot(options_,M_,estim_params_,'DeepParameter',2,'k_p');
Since I have a lot of parameters i would like to use the command subplot in order to obtain a more compact graph
but when i type
subplot(1,2,1);trace_plot(options_,M_,estim_params_,'DeepParameter',2,'k_p');
subplot(1,2,2);trace_plot(options_,M_,estim_params_,'DeepParameter',2,'k_i');
the results are two differents empty graphs (see the attachment).
How can I solve this problem?
I have a very simple question.
I would like to analyzed the convergence of my MCMC using the command
trace_plot(options_,M_,estim_params_,'DeepParameter',2,'k_p');
Since I have a lot of parameters i would like to use the command subplot in order to obtain a more compact graph
but when i type
subplot(1,2,1);trace_plot(options_,M_,estim_params_,'DeepParameter',2,'k_p');
subplot(1,2,2);trace_plot(options_,M_,estim_params_,'DeepParameter',2,'k_i');
the results are two differents empty graphs (see the attachment).
How can I solve this problem?