Skip to content

Commit 48743ea

Browse files
Merge pull request #249 from DiogoRibeiro7/feat/reserve_branche
Feat/reserve branche
2 parents 0583ce4 + 8e92ed9 commit 48743ea

5 files changed

+1197
-8
lines changed

_posts/Economics/2020-07-26-solving_dsge_models_numerically.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ categories:
44
- Mathematical Economics
55
classes: wide
66
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.
98
header:
109
image: /assets/images/data_science_18.jpg
1110
og_image: /assets/images/data_science_18.jpg
@@ -25,12 +24,13 @@ keywords:
2524
- Python
2625
- Fortran
2726
- 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.
3031
seo_title: 'Solving DSGE Models: Perturbation and Finite Difference Methods'
3132
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.
3434
tags:
3535
- Dsge models
3636
- Numerical methods
@@ -42,8 +42,10 @@ tags:
4242
- Python
4343
- Fortran
4444
- C
45-
title: 'Solving DSGE Models Numerically: Perturbation Techniques and Finite Difference
46-
Methods'
45+
- python
46+
- fortran
47+
- c
48+
title: 'Solving DSGE Models Numerically: Perturbation Techniques and Finite Difference Methods'
4749
---
4850

4951
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

Comments
 (0)