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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
Stéphane Adjemian
dynare
Commits
af1e3c65
Commit
af1e3c65
authored
Aug 23, 2011
by
Sébastien Villemot
Browse files
Options
Downloads
Patches
Plain Diff
Ref. manual: add a description of oo_.conditional_variance_decomposition
(cherry picked from commit
c5ecad8c
)
parent
2f323b80
No related branches found
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/dynare.texi
+13
-1
13 additions, 1 deletion
doc/dynare.texi
with
13 additions
and
1 deletion
doc/dynare.texi
+
13
−
1
View file @
af1e3c65
...
...
@@ -2901,7 +2901,9 @@ Computes a conditional variance decomposition for the specified
period(s). Conditional variances are given by
@math
{
var(y
_{
t+k
}
|t)
}
. For period 1, the conditional variance
decomposition provides the decomposition of the effects of shocks upon
impact.
impact. The results are stored in
@var
{
oo
_
.conditional
_
variance
_
decomposition
}
(@pxref
{
oo
_
.conditional
_
variance
_
decomposition
}
).
@item pruning
Discard higher order terms when iteratively computing simulations of
...
...
@@ -3229,6 +3231,16 @@ three times in the unfolded @math{G_3} matrix, they must be multiplied
by 3 when computing the decision rules.
@end itemize
@anchor
{
oo
_
.conditional
_
variance
_
decomposition
}
@defvr
{
MATLAB/Octave variable
}
oo
_
.conditional
_
variance
_
decomposition
After a run of @code
{
stoch
_
simul
}
with the
@code
{
conditional
_
variance
_
decomposition
}
option, contains a
three-dimensional array with the result of the decomposition. The
first dimension corresponds to forecast horizons (as declared with the
option), the second dimension corresponds to endogenous variables (in
the order of declaration), the third dimension corresponds to
exogenous variables (in the order of declaration).
@end defvr
@node Estimation
@section Estimation
...
...
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