solve_model_for_online_filter.m: correct dimension of H matrix

rm-particles^2
Johannes Pfeifer 2021-01-26 09:15:43 +01:00
parent 60f71f2720
commit e685fa396f
1 changed files with 1 additions and 1 deletions

View File

@ -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.