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
bf484ed4
Commit
bf484ed4
authored
14 years ago
by
Michel Juillard
Browse files
Options
Downloads
Patches
Plain Diff
internal documentation minor changes
parent
f3bc4c25
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/internals/dynare-internals.org
+14
-6
14 additions, 6 deletions
doc/internals/dynare-internals.org
with
14 additions
and
6 deletions
doc/internals/dynare-internals.org
+
14
−
6
View file @
bf484ed4
...
...
@@ -134,19 +134,27 @@ $\Sigma_y$.
The autocovariance matrix of $y_t$ and $y_{t-1}$ is defined as
\begin{align*}
\mbox{cov}\left(y_t,y_{t-1}\right) &=E\left\{\hat y_t\hat
y_{t-1}'\right\}\\
\mbox{cov}\left(y_t,y_{t-1}\right) &=E\left\{y_t y_{t-1}'\right\}\\
&= E\left\{\left(g_y \hat
y_{t-1}+g_u u_t\right)\hat y_{t-1}'\right\}\\
&= g_y\Sigma_y
\end{align*}
by recursion we have that $\mbox{corr}\left(y_t,y_{t-k}\right)=E_\left{y_ty_{t-k}'\right\}=g_y^k\Sigma_y$.
by recursion we have
\begin{align*}
\mbox{cov}\left(y_t,y_{t-k}\right) &=E\left\{y_t y_{t-k}'\right\} \\
&=g_y^k\Sigma_y
\end{align*}
The autocorrelation matrix is then
\
[
\
begin{equation*}
\mbox{corr}\left(y_t,y_{t-k}\right) =
\mbox{diag}(\sigma_y)^{-1}E_\left{y_ty_{t-k}'\right\}\mbox{diag}(\sigma_y)^{-1}
\]
\mbox{diag}\left(\sigma_y\right)^{-1}E\left\{y_ty_{t-k}'\right\}\mbox{diag}\left(\sigma_y\right)^{-1}
\end{equation*}
where $\mbox{diag}\left(\sigma_y\right)$ is a diagonal matrix with the standard deviations on the main diagonal.
*** Function <<lyapunov\_symm.m>>
- [[m2html:lyapunov_symm.html>>][M2HTML link]]
- TO BE DONE
* Estimation
** estimation
Dynare command *estimation* calls function [[dynare\_estimation.m]]
...
...
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