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
c1ffa446
Commit
c1ffa446
authored
Aug 10, 2011
by
Houtan Bastani
Browse files
add missing semicolons
parent
8ac06f93
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/ms-sbvar/msstart_setup.m
View file @
c1ffa446
...
...
@@ -45,8 +45,8 @@ xlab = options_.ms.varlist;
%----------------
nvar
=
size
(
options_
.
varobs
,
1
);
% number of endogenous variables
nlogeno
=
length
(
options_
.
ms
.
log_var
)
% number of endogenous variables in options_.ms.log_var
npereno
=
length
(
options_
.
ms
.
percent_var
)
% number of endogenous variables in options_.ms.percent_var
nlogeno
=
length
(
options_
.
ms
.
log_var
)
;
% number of endogenous variables in options_.ms.log_var
npereno
=
length
(
options_
.
ms
.
percent_var
)
;
% number of endogenous variables in options_.ms.percent_var
if
(
nvar
~=
(
nlogeno
+
npereno
))
disp
(
' '
)
warning
(
'Check xlab, nlogeno or npereno to make sure of endogenous variables in options_.ms.vlist'
)
...
...
@@ -129,7 +129,7 @@ indxmsmdeqn = [0; 0; 0; 0]; %This option disenable using this in fn_rnrprior_co
tdf
=
3
;
% degrees of freedom for t-dist for initial draw of the MC loop
nbuffer
=
1000
;
% a block or buffer of draws (buffer) that is saved to the disk (not memory)
ndraws1
=
1
*
nbuffer
;
% 1st part of Monte Carlo draws
ndraws2
=
10
*
ndraws1
% 2nd part of Monte Carlo draws
ndraws2
=
10
*
ndraws1
;
% 2nd part of Monte Carlo draws
seednumber
=
options_
.
DynareRandomStreams
.
seed
;
%7910; %472534; % if 0, random state at each clock time
% good one 420 for [29 45], [29 54]
if
seednumber
...
...
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