Skip to content
Snippets Groups Projects
Commit 15ab8578 authored by Marco Ratto's avatar Marco Ratto
Browse files

adjusted message in case of diffuse filter, where cointegration is most of the...

adjusted message in case of diffuse filter, where cointegration is most of the time the reason for such a warning
parent 22ef0b14
No related branches found
No related tags found
No related merge requests found
...@@ -238,7 +238,8 @@ if kalman_algo == 1 || kalman_algo == 3 ...@@ -238,7 +238,8 @@ if kalman_algo == 1 || kalman_algo == 3
fprintf('\nDsgeSmoother: Switching to univariate filter. This may be a sign of stochastic singularity.\n') fprintf('\nDsgeSmoother: Switching to univariate filter. This may be a sign of stochastic singularity.\n')
kalman_algo = 2; kalman_algo = 2;
elseif kalman_algo == 3 elseif kalman_algo == 3
fprintf('\nDsgeSmoother: Switching to univariate filter. This may be a sign of stochastic singularity.\n') fprintf('\nDsgeSmoother: Switching to univariate filter. This is usually due to co-integration in diffuse filter,\n')
fprintf(' otherwise it may be a sign of stochastic singularity.\n')
kalman_algo = 4; kalman_algo = 4;
else else
error('This case shouldn''t happen') error('This case shouldn''t happen')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment