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
fc0b867f
Commit
fc0b867f
authored
Apr 07, 2011
by
Marco Ratto
Browse files
Fixed bug with empty qz_criterium.
(cherry picked from commit
70928f47
)
parent
65e308a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/dynare_sensitivity.m
View file @
fc0b867f
...
...
@@ -36,7 +36,6 @@ if isfield(options_gsa,'mode_file'),
end
options_
.
order
=
1
;
dynare_resolve
;
if
~
isempty
(
options_gsa
.
datafile
)
||
isempty
(
bayestopt_
),
options_
.
datafile
=
options_gsa
.
datafile
;
...
...
@@ -60,7 +59,12 @@ if ~isempty(options_gsa.datafile) || isempty(bayestopt_),
options_
.
plot_priors
=
0
;
[
data
,
rawdata
,
xparam1
,
data_info
]
=
dynare_estimation_init
([],
fname_
,
1
);
% computes a first linear solution to set up various variables
else
if
isempty
(
options_
.
qz_criterium
)
options_
.
qz_criterium
=
1
+
1e-6
;
end
end
dynare_resolve
;
options_gsa
=
set_default_option
(
options_gsa
,
'identification'
,
0
);
if
options_gsa
.
identification
,
...
...
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