MS-SBVAR: adding back restriction_fname 'exclusions' for user defined exclusion identifying restrictions

time-shift
Michel Juillard 2011-05-19 09:39:21 +02:00
parent e8d40906d9
commit 88d58a3cfc
1 changed files with 3 additions and 3 deletions

View File

@ -63,8 +63,8 @@ if options_.ms.upper_cholesky
end
elseif options_.ms.lower_cholesky
options_.ms.restriction_fname = 'lower_cholesky';
%elseif ~isempty(options_.ms.Qi) && ~isempty(options_.ms.Ri)
% options_.ms.restriction_fname = 'exclusions';
elseif ~isempty(options_.ms.Qi) && ~isempty(options_.ms.Ri)
options_.ms.restriction_fname = 'exclusions';
else
options_.ms.restriction_fname = 0;
end
@ -450,4 +450,4 @@ ms_write_markov_file(markov_file,options_)
create_init_file = [matlab_filename,' ',markov_file,' ',options_.ms.output_file_tag];
[err] = ms_sbvar_create_init_file(create_init_file);
mexErrCheck('ms_sbvar_create_init_file',err);
end
end