You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/Economics/2020-07-26-solving_dsge_models_numerically.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,7 @@ categories:
4
4
- Mathematical Economics
5
5
classes: wide
6
6
date: '2020-07-26'
7
-
excerpt: A guide to solving DSGE models numerically, focusing on perturbation techniques
8
-
and finite difference methods used in economic modeling.
7
+
excerpt: A guide to solving DSGE models numerically, focusing on perturbation techniques and finite difference methods used in economic modeling.
9
8
header:
10
9
image: /assets/images/data_science_18.jpg
11
10
og_image: /assets/images/data_science_18.jpg
@@ -25,12 +24,13 @@ keywords:
25
24
- Python
26
25
- Fortran
27
26
- C
28
-
seo_description: Explore numerical methods for solving DSGE models, including perturbation
29
-
techniques and finite difference methods, essential tools in quantitative economics.
27
+
- python
28
+
- fortran
29
+
- c
30
+
seo_description: Explore numerical methods for solving DSGE models, including perturbation techniques and finite difference methods, essential tools in quantitative economics.
30
31
seo_title: 'Solving DSGE Models: Perturbation and Finite Difference Methods'
31
32
seo_type: article
32
-
summary: This article covers numerical techniques for solving DSGE models, particularly
33
-
perturbation and finite difference methods, essential in analyzing economic dynamics.
33
+
summary: This article covers numerical techniques for solving DSGE models, particularly perturbation and finite difference methods, essential in analyzing economic dynamics.
34
34
tags:
35
35
- Dsge models
36
36
- Numerical methods
@@ -42,8 +42,10 @@ tags:
42
42
- Python
43
43
- Fortran
44
44
- C
45
-
title: 'Solving DSGE Models Numerically: Perturbation Techniques and Finite Difference
Dynamic Stochastic General Equilibrium (DSGE) models are powerful tools for analyzing the effects of economic shocks and policy changes over time. Because DSGE models are inherently nonlinear and involve complex dynamic relationships, analytical solutions are often not feasible. Instead, numerical methods are used to approximate solutions to these models. Among the most popular techniques are **perturbation methods** and **finite difference methods**, each offering unique approaches to handling DSGE models' nonlinearity and time dependency.
0 commit comments