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
bb099397
Commit
bb099397
authored
Nov 21, 2012
by
Stéphane Adjemian
Browse files
Fixed output argument ordering in non_linear_dsge_likelihood.
Merge remote-tracking branch 'refs/remotes/fred/master'
parents
db2615a4
2ee1ebbe
Changes
1
Show whitespace changes
Inline
Side-by-side
matlab/non_linear_dsge_likelihood.m
View file @
bb099397
function
[
fval
,
exit_flag
,
ys
,
trend_coeff
,
info
,
Model
,
DynareOptions
,
BayesInfo
,
DynareResults
]
=
non_linear_dsge_likelihood
(
xparam1
,
DynareDataset
,
DynareOptions
,
Model
,
EstimatedParameters
,
BayesInfo
,
DynareResults
)
function
[
fval
,
ys
,
trend_coeff
,
exit_flag
,
info
,
Model
,
DynareOptions
,
BayesInfo
,
DynareResults
]
=
non_linear_dsge_likelihood
(
xparam1
,
DynareDataset
,
DynareOptions
,
Model
,
EstimatedParameters
,
BayesInfo
,
DynareResults
)
%
Evaluates
the
posterior
kernel
of
a
dsge
model
using
a
non
linear
filter
.
%
@info
:
...
...
@@ -358,6 +358,7 @@ elseif isnan(LIK)
exit_flag
=
0
;
else
likelihood
=
LIK
;
exit_flag
=
1
;
%
end
DynareOptions
.
warning_for_steadystate
=
1
;
%
------------------------------------------------------------------------------
...
...
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