Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
dynare
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
122
Issues
122
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dynare
dynare
Commits
7a093564
Commit
7a093564
authored
Dec 10, 2010
by
Michel Juillard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DsgeLikelihood.m header correction: the function returns MINUS log posterior
parent
d38c4de4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
matlab/DsgeLikelihood.m
matlab/DsgeLikelihood.m
+1
-1
No files found.
matlab/DsgeLikelihood.m
View file @
7a093564
...
@@ -10,7 +10,7 @@ function [fval,cost_flag,ys,trend_coeff,info] = DsgeLikelihood(xparam1,gend,data
...
@@ -10,7 +10,7 @@ function [fval,cost_flag,ys,trend_coeff,info] = DsgeLikelihood(xparam1,gend,data
% number_of_observations [integer]
% number_of_observations [integer]
% no_more_missing_observations [integer]
% no_more_missing_observations [integer]
% OUTPUTS
% OUTPUTS
% fval :
value of the
posterior kernel at xparam1.
% fval :
MINUS value of the log
posterior kernel at xparam1.
% cost_flag : zero if the function returns a penalty, one otherwise.
% cost_flag : zero if the function returns a penalty, one otherwise.
% ys : steady state of original endogenous variables
% ys : steady state of original endogenous variables
% trend_coeff :
% trend_coeff :
...
...
Write
Preview
Markdown
is supported
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