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
05946cd6
Commit
05946cd6
authored
Oct 04, 2013
by
Stéphane Adjemian
Browse files
Changed names of some options for csminwel (mode_compute=4).
parent
b2db159c
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/dynare_estimation_1.m
View file @
05946cd6
...
@@ -273,9 +273,9 @@ if ~isequal(options_.mode_compute,0) && ~options_.mh_posterior_mode_estimation
...
@@ -273,9 +273,9 @@ if ~isequal(options_.mode_compute,0) && ~options_.mh_posterior_mode_estimation
switch
strtrim
(
options_list
{
2
*
(
o
-
1
)
+
1
})
switch
strtrim
(
options_list
{
2
*
(
o
-
1
)
+
1
})
case
'
''
MaxIter
''
'
case
'
''
MaxIter
''
'
nit
=
str2num
(
options_list
{
2
*
(
o
-
1
)
+
2
});
nit
=
str2num
(
options_list
{
2
*
(
o
-
1
)
+
2
});
case
'
''
InitialHessian
''
'
case
'
''
Initial
Inverse
Hessian
''
'
H0
=
eval
(
eval
(
options_list
{
2
*
(
o
-
1
)
+
2
}));
H0
=
eval
(
eval
(
options_list
{
2
*
(
o
-
1
)
+
2
}));
case
'
''
TolF
''
'
case
'
''
TolF
un
''
'
crit
=
str2double
(
options_list
{
2
*
(
o
-
1
)
+
2
});
crit
=
str2double
(
options_list
{
2
*
(
o
-
1
)
+
2
});
case
'
''
NumgradAlgorithm
''
'
case
'
''
NumgradAlgorithm
''
'
numgrad
=
str2num
(
options_list
{
2
*
(
o
-
1
)
+
2
});
numgrad
=
str2num
(
options_list
{
2
*
(
o
-
1
)
+
2
});
...
...
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