Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dynare
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dynare
dynare
Commits
1eabb1f6
Commit
1eabb1f6
authored
Jan 27, 2015
by
Johannes Pfeifer
Browse files
Options
Downloads
Patches
Plain Diff
Change headers to reflect availability of third order approximation
parent
966fd9be
No related branches found
No related tags found
1 merge request
!842
Cosmetical changes and additional documentation
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
matlab/resol.m
+1
-1
1 addition, 1 deletion
matlab/resol.m
matlab/stochastic_solvers.m
+2
-2
2 additions, 2 deletions
matlab/stochastic_solvers.m
with
3 additions
and
3 deletions
matlab/resol.m
+
1
−
1
View file @
1eabb1f6
...
@@ -4,7 +4,7 @@ function [dr,info,M,options,oo] = resol(check_flag,M,options,oo)
...
@@ -4,7 +4,7 @@ function [dr,info,M,options,oo] = resol(check_flag,M,options,oo)
%!
@deftypefn
{
Function
File
}
{[
@var
{
dr
},
@var
{
info
},
@var
{
M
},
@var
{
options
},
@var
{
oo
}]
=
}
resol
(
@var
{
check_flag
},
@var
{
M
},
@var
{
options
},
@var
{
oo
})
%!
@deftypefn
{
Function
File
}
{[
@var
{
dr
},
@var
{
info
},
@var
{
M
},
@var
{
options
},
@var
{
oo
}]
=
}
resol
(
@var
{
check_flag
},
@var
{
M
},
@var
{
options
},
@var
{
oo
})
%!
@anchor
{
resol
}
%!
@anchor
{
resol
}
%!
@sp
1
%!
@sp
1
%!
Computes
first
an
d
s
ec
ond
order
reduced
form
of
the
DSGE
model
.
%!
Computes
the
perturbation
-
base
d
d
ec
isions
rules
of
the
DSGE
model
(
orders
1
to
3
)
.
%!
@sp
2
%!
@sp
2
%!
@strong
{
Inputs
}
%!
@strong
{
Inputs
}
%!
@sp
1
%!
@sp
1
...
...
This diff is collapsed.
Click to expand it.
matlab/stochastic_solvers.m
+
2
−
2
View file @
1eabb1f6
function
[
dr
,
info
]
=
stochastic_solvers
(
dr
,
task
,
M_
,
options_
,
oo_
)
function
[
dr
,
info
]
=
stochastic_solvers
(
dr
,
task
,
M_
,
options_
,
oo_
)
% function [dr,info,M_,options_,oo_] = stochastic_solvers(dr,task,M_,options_,oo_)
% function [dr,info,M_,options_,oo_] = stochastic_solvers(dr,task,M_,options_,oo_)
% computes the reduced form solution of a rational expectation model (first
or
second or
der
% computes the reduced form solution of a rational expectation
s
model (first
,
second or
third
% approximation of the stochastic model around the deterministic steady state).
%
order
approximation of the stochastic model around the deterministic steady state).
%
%
% INPUTS
% INPUTS
% dr [matlab structure] Decision rules for stochastic simulations.
% dr [matlab structure] Decision rules for stochastic simulations.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment