Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Marco Ratto
dynare
Commits
3f75d1fc
Commit
3f75d1fc
authored
4 years ago
by
Marco Ratto
Browse files
Options
Downloads
Patches
Plain Diff
document smoother_redux
parent
c93966ed
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#5311
passed
4 years ago
Stage: build
Stage: test
Stage: pkg
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/manual/source/the-model-file.rst
+20
-0
20 additions, 0 deletions
doc/manual/source/the-model-file.rst
with
20 additions
and
0 deletions
doc/manual/source/the-model-file.rst
+
20
−
0
View file @
3f75d1fc
...
...
@@ -6235,6 +6235,26 @@ block decomposition of the model (see :opt:`block`).
(:math:`E_{t}{y_t}`). See below for a description of all these
variables.
.. option:: smoother_redux
Triggers a faster computation of the smoothed endogenousd variables and shocks for large models.
It runs smoother only for state variables
(i.e. with the same representation used for likelihood computations)
and computes the remaining ones ex-post.
Static unobserved (filtered, smoothed, updated, k-step ahead) are recovered, but there are
exceptions to a full recovery, depending on how static unobserved variables depend on the restricted state space adopted
(for example lagged shocks which are ONLY used to recover NON observed static variables).
For such exceptions, the following output is provided:
``FilteredVariablesKStepAhead``: fully recovered
``SmoothedVariables``, ``FilteredVariables``, ``UpdatedVariables``: recovered for all periods beyond period ``d+1``,
``d`` being the number of diffuse steps.
``FilteredVariablesKStepAheadVariances``, ``Variance``, ``State_uncertainty`` cannot be recovered, and ZERO is provided as output.
If you need variances for those variables, either do not set the option, or declare the variable as observed, using NaNs as data points.
.. option:: forecast = INTEGER
Computes the posterior distribution of a forecast on INTEGER
...
...
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