Skip to content
Snippets Groups Projects
Commit c43308a0 authored by Johannes Pfeifer's avatar Johannes Pfeifer
Browse files

forcst.m: remove redundant call to make_ex_

parent 2fa6c437
No related branches found
No related tags found
1 merge request!2163Add variance decomposition for pruned state space
...@@ -39,12 +39,10 @@ function [yf,int_width,int_width_ME]=forcst(dr,y0,horizon,var_list,M_,oo_,option ...@@ -39,12 +39,10 @@ function [yf,int_width,int_width_ME]=forcst(dr,y0,horizon,var_list,M_,oo_,option
% You should have received a copy of the GNU General Public License % You should have received a copy of the GNU General Public License
% along with Dynare. If not, see <https://www.gnu.org/licenses/>. % along with Dynare. If not, see <https://www.gnu.org/licenses/>.
oo_=make_ex_(M_,options_,oo_);
yf = simult_(M_,options_,y0,dr,zeros(horizon,M_.exo_nbr),1); yf = simult_(M_,options_,y0,dr,zeros(horizon,M_.exo_nbr),1);
nstatic = M_.nstatic; nstatic = M_.nstatic;
nspred = M_.nspred; nspred = M_.nspred;
nc = size(dr.ghx,2); nc = size(dr.ghx,2);
endo_nbr = M_.endo_nbr;
inv_order_var = dr.inv_order_var; inv_order_var = dr.inv_order_var;
[A,B] = kalman_transition_matrix(dr,nstatic+(1:nspred),1:nc); [A,B] = kalman_transition_matrix(dr,nstatic+(1:nspred),1:nc);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment