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
Marco Ratto
dynare
Commits
da48dea3
Commit
da48dea3
authored
Jan 31, 2018
by
Johannes Pfeifer
Committed by
Stéphane Adjemian
Feb 01, 2018
Browse files
identification_analysis.m: remove transformation to char when cell is expected
parent
410f8bd0
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/identification_analysis.m
View file @
da48dea3
...
...
@@ -152,7 +152,7 @@ if info(1)==0
end
analytic_derivation
=
options_
.
analytic_derivation
;
options_
.
analytic_derivation
=
-
2
;
info
=
stoch_simul
(
char
(
options_
.
varobs
)
)
;
info
=
stoch_simul
(
options_
.
varobs
);
dataset_
=
dseries
(
oo_
.
endo_simul
(
options_
.
varobs_id
,
100
+
1
:
end
)
',dates('
1
Q1
'
),
options_
.
varobs
);
derivatives_info
.
no_DLIK
=
1
;
%bounds = prior_bounds(bayestopt_, options_.prior_trunc);
...
...
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