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

Cosmetic change

parent eb70ddfe
No related branches found
No related tags found
No related merge requests found
......@@ -24,8 +24,8 @@ global options_ M_ estim_params_ oo_
disp('Computing theoretical moments ...')
h = dyn_waitbar(0,'Theoretical moments ...');
vdec = zeros(nobs,M_.exo_nbr,nsam);
cc = zeros(size(options_.varobs,1),size(options_.varobs,1),nsam);
ac = zeros(size(options_.varobs,1),size(options_.varobs,1)*options_.ar,nsam);
cc = zeros(nobs,nobs,nsam);
ac = zeros(nobs,nobs*options_.ar,nsam);
for j=1:nsam,
oo_.dr.ghx = mm(:, [1:(nc1-M_.exo_nbr)],j);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment