Small bug fixes:

thanks to Jesper Linde and Malin Adolfson
time-shift
Marco Ratto 2011-08-23 23:20:48 +02:00
parent c5ecad8c2e
commit 1f4ea5aaa5
2 changed files with 2 additions and 1 deletions

View File

@ -53,7 +53,7 @@ ishock= npar>estim_params_.np;
if nargin<6,
ipar=[];
end
if nargin<8 || isempty(dcrit),
if nargin<8 || isempty(pcrit),
pcrit=1;
end

View File

@ -53,6 +53,7 @@ siLREnorm = idelre.siLREnorm;
% tittxt = '';
% end
tittxt1=regexprep(tittxt, ' ', '_');
tittxt1=strrep(tittxt1, '.', '');
if SampleSize == 1,
siJ = idemoments.siJ;
normJ = max(abs(siJ)')';