function [endogenousvariables, exogenousvariables] = static_model_inversion(constraints, exogenousvariables, endo_names, exo_names, freeinnovations, M_, options_, oo_) % [endogenousvariables, exogenousvariables] = static_model_inversion(constraints, exogenousvariables, endo_names, exo_names, freeinnovations, M_, options_, oo_) % INPUTS % - constraints [dseries] with N constrained endogenous variables from t1 to t2. % - exogenousvariables [dseries] with Q exogenous variables. % - endo_names [cell] list of endogenous variable names. % - exo_names [cell] list of exogenous variable names. % - freeinstruments [cell] list of exogenous variable names used to control the constrained endogenous variables. % - M_ [structure] Definition of the model % - options_ [structure] Options % - oo_ [structure] Storage of results % % OUTPUTS % - endogenous [dseries] % - exogenous [dseries] % % REMARKS % Copyright © 2019-2023 Dynare Team % % This file is part of Dynare. % % Dynare is free software: you can redistribute it and/or modify % it under the terms of the GNU General Public License as published by % the Free Software Foundation, either version 3 of the License, or % (at your option) any later version. % % Dynare is distributed in the hope that it will be useful, % but WITHOUT ANY WARRANTY; without even the implied warranty of % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License % along with Dynare. If not, see . % Get indices for the free innovations. freeinnovations_id = zeros(length(freeinnovations), 1); if length(freeinnovations)1 Jacobian = dynamic_g1(y, x, params, steady_state, sparse_rowval, ... sparse_colval, sparse_colptr, T_order, T); J = Jacobian(:, ModelInversion.J_id); end