Hi Professor Pfeifer !
As a replacement to my last post I have a slightly different thought!
As an update have been thinking of using the ''posterior_demo_function.m '' by combining the posterior distribution from two differnt estimations but
(with my not-so-good knowledge) I have not come up with the solution.
What is in my mind is that I use the draw a sample of i.e.100 simulated series but I want the the posterior for some (one or two) parameters to come from a different estimation
rather than from my baseline estimation . let's say a different '' M_ = set_all_parameters(xparam1,estim_params_,M_); '' from another estimation
For example I like the parameters ''alpha'' and ''beta'' to come from a different estimation_1. '' M_ = set_all_parameters(xparam1,estim_params_,M_); '' so that I overwrite
the mean, mode and credible interval that I have in my baseline estimation_0 for these two parameters .
Is it possible by manipulating the '' M_ = set_all_parameters(xparam1,estim_params_,M_); '' ?
Many thanks in advance Professor!