Skip to content
Snippets Groups Projects
Commit b3fb320b authored by adjemian's avatar adjemian
Browse files

added CheckPath.m

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@471 ac1d8469-bf42-47a9-8791-bf33cf982152
parent a7c77a4a
No related branches found
No related tags found
No related merge requests found
function DirectoryName = CheckPath(type)
% 06-03-2005
global M_
DirectoryName = [ M_.dname '\' type ];
if ~isdir(DirectoryName)
system([ 'md ' DirectoryName]);
end
\ No newline at end of file
......@@ -35,9 +35,7 @@ function y_=irf(dr, e1, long_, drop_, replic, iorder)
y_=y_/replic;
end
options_.periods = old_iter;
% 01/18/02 MJ corrected for many lags
% 03/11/22 MJ input is now entire shock vector e1 (for orthogonalized
% IRFs)
% 03/11/22 MJ input is now entire shock vector e1 (for orthogonalized IRFs)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment