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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dynare
dynare
Commits
f7694208
Verified
Commit
f7694208
authored
2 years ago
by
Stéphane Adjemian
Browse files
Options
Downloads
Patches
Plain Diff
Document new option conditional_likelihood.
parent
b7693c32
Loading
Loading
Loading
Pipeline
#7974
passed
2 years ago
Stage: build
Stage: test
Stage: pkg
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/manual/source/the-model-file.rst
+22
-0
22 additions, 0 deletions
doc/manual/source/the-model-file.rst
with
22 additions
and
0 deletions
doc/manual/source/the-model-file.rst
+
22
−
0
View file @
f7694208
...
...
@@ -6326,6 +6326,28 @@ block decomposition of the model (see :opt:`block`).
|br| Default value is 1. For advanced use only.
.. option:: conditional_likelihood
Do not use the kalman filter to evaluate the likelihood, but instead
evaluate the conditional likelihood, based on the first order reduced
form of the model, by assuming that the initial state vector is 0 for all
the endogenous variables. This approach requires that:
1. The number of structural innovations be equal to the number of observed variables.
2. The absence of measurement errors (as introduced by the Dynare
interface, see documentation about the :bck:`estimated_params` block).
3. The absence of missing observations.
The evaluation of the conditional likelihood is faster and more stable
than the evaluation of the likelihood with the Kalman filter. Also this
approach does not require special treatment for models with unit roots.
Note however that the conditional likelihood is sensitive to the choice
for the initial condition, which can be an issue if the data are
initially far from the steady state. This option is not compatible with
``analytical_derivation``.
.. option:: lik_algo = INTEGER
For internal use and testing only.
...
...
This diff is collapsed.
Click to expand it.
Pierre Aldama
@PierreAldama
mentioned in issue
#1878 (closed)
·
2 years ago
mentioned in issue
#1878 (closed)
mentioned in issue #1878
Toggle commit list
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