Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dóra Kocsis
dynare
Commits
a90807f8
Commit
a90807f8
authored
Dec 10, 2013
by
Marco Ratto
Browse files
Cosmetic change
parent
eb70ddfe
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/gsa/mc_moments.m
View file @
a90807f8
...
...
@@ -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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment