Skip to content
Snippets Groups Projects
Commit e685fa39 authored by Johannes Pfeifer's avatar Johannes Pfeifer
Browse files

solve_model_for_online_filter.m: correct dimension of H matrix

parent 60f71f27
No related branches found
No related tags found
1 merge request!11Bug fixes for online filter
......@@ -71,7 +71,7 @@ if EstimatedParameters.nvn
end
offset = offset+EstimatedParameters.nvn;
else
H = zeros(size(DynareDataset.data, 1));
H = zeros(size(DynareDataset.data, 2));
end
% Get the off-diagonal elements of the covariance matrix for the structural innovations. Test if Q is positive definite.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment