MS-SBVAR: update copyrights

time-shift
Houtan Bastani 2011-10-06 15:16:03 +02:00
parent d67cc21ae9
commit f4f46dd82b
3 changed files with 99 additions and 0 deletions

View File

@ -1,4 +1,37 @@
function [Ui,Vi,n0,np,ixmC0Pres] = exclusions(nvar,nexo,options_ms)
% function [Ui,Vi,n0,np,ixmC0Pres] = exclusions(nvar,nexo,options_ms)
%
% INPUTS
% nvar: number endogenous variables
% nexo: number exogenous variables
% options_ms: (struct) options
%
% OUTPUTS
% Ui
% Vi
% n0
% np
% ixmC0Pres
%
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2011 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 <http://www.gnu.org/licenses/>.
indxC0Pres = options_ms.cross_restrictions;
nlags = options_ms.nlags;

View File

@ -1,4 +1,37 @@
function [Ui,Vi,n0,np,ixmC0Pres] = lower_cholesky(nvar,nexo,options_ms)
% function [Ui,Vi,n0,np,ixmC0Pres] = lower_cholesky(nvar,nexo,options_ms)
%
% INPUTS
% nvar: number endogenous variables
% nexo: number exogenous variables
% options_ms: (struct) options
%
% OUTPUTS
% Ui
% Vi
% n0
% np
% ixmC0Pres
%
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2011 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 <http://www.gnu.org/licenses/>.
lags = options_ms.nlags;
indxC0Pres = options_ms.cross_restrictions;

View File

@ -1,4 +1,37 @@
function [Ui,Vi,n0,np,ixmC0Pres] = upper_cholesky(nvar,nexo,options_ms)
% function [Ui,Vi,n0,np,ixmC0Pres] = upper_cholesky(nvar,nexo,options_ms)
%
% INPUTS
% nvar: number endogenous variables
% nexo: number exogenous variables
% options_ms: (struct) options
%
% OUTPUTS
% Ui
% Vi
% n0
% np
% ixmC0Pres
%
% SPECIAL REQUIREMENTS
% none
% Copyright (C) 2011 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 <http://www.gnu.org/licenses/>.
lags = options_ms.nlags;
indxC0Pres = options_ms.cross_restrictions;