Skip to content
Snippets Groups Projects
Verified Commit 9b86dd4c authored by Johannes Pfeifer's avatar Johannes Pfeifer Committed by Sébastien Villemot
Browse files

bug: simul_backward_model_init.m: fix error message

parent 13bf2610
No related branches found
No related tags found
No related merge requests found
...@@ -162,7 +162,7 @@ if nargin<6 || isempty(innovations) ...@@ -162,7 +162,7 @@ if nargin<6 || isempty(innovations)
case 'gaussian' case 'gaussian'
DynareOutput.bnlms.shocks = randn(samplesize,effective_number_of_shocks)*covariance_matrix_upper_cholesky; DynareOutput.bnlms.shocks = randn(samplesize,effective_number_of_shocks)*covariance_matrix_upper_cholesky;
otherwise otherwise
error(['simul_backward_nonlinear_model:: ' DynareOption.bnlms.innovation_distribution ' distribution for the structural innovations is not (yet) implemented!']) error(['simul_backward_nonlinear_model:: ' DynareOptions.bnlms.innovation_distribution ' distribution for the structural innovations is not (yet) implemented!'])
end end
% Put the simulated innovations in DynareOutput.exo_simul. % Put the simulated innovations in DynareOutput.exo_simul.
DynareOutput.exo_simul = zeros(samplesize,number_of_shocks); DynareOutput.exo_simul = zeros(samplesize,number_of_shocks);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment