Display message when rank condition on J and H is always OK.

git-svn-id: https://www.dynare.org/svn/dynare/trunk@3031 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
ratto 2009-10-09 08:19:19 +00:00
parent 33f0f84f89
commit a2d9e2af1d
1 changed files with 7 additions and 0 deletions

View File

@ -28,6 +28,13 @@ jok = 0;
jokP = 0;
jokJ = 0;
jokPJ = 0;
if ~any(any(idemodel.ind==0))
disp(['All parameters are identified in the model in the MC sample (rank of H).' ]),
disp(' ')
end
if ~any(any(idemoments.ind==0))
disp(['All parameters are identified by J moments in the MC sample (rank of J)' ]),
end
for j=1:npar,
if any(idemodel.ind(j,:)==0),
pno = 100*length(find(idemodel.ind(j,:)==0))/SampleSize;