Skip to content
Snippets Groups Projects
Commit a02e66e1 authored by ratto's avatar ratto
Browse files

Updated the call to set_prior with M_ and options_ inputs

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2254 ac1d8469-bf42-47a9-8791-bf33cf982152
parent 1160ea91
No related branches found
No related tags found
No related merge requests found
...@@ -77,7 +77,7 @@ pnames = [' ';'beta ';'gamm ';'norm ';'invg ';'unif ';'invg2']; ...@@ -77,7 +77,7 @@ pnames = [' ';'beta ';'gamm ';'norm ';'invg ';'unif ';'invg2'];
n_varobs = size(options_.varobs,1); n_varobs = size(options_.varobs,1);
if ~isempty(estim_params_) if ~isempty(estim_params_)
[xparam1,estim_params_,bayestopt_,lb,ub] = set_prior(estim_params_); [xparam1,estim_params_,bayestopt_,lb,ub, M_] = set_prior(estim_params_, M_, options_);
if any(bayestopt_.pshape > 0) if any(bayestopt_.pshape > 0)
if options_.mode_compute if options_.mode_compute
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment