Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/reserve branche #249

Merged
merged 8 commits into from
Nov 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 10 additions & 8 deletions _posts/Economics/2020-07-26-solving_dsge_models_numerically.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ categories:
- Mathematical Economics
classes: wide
date: '2020-07-26'
excerpt: A guide to solving DSGE models numerically, focusing on perturbation techniques
and finite difference methods used in economic modeling.
excerpt: A guide to solving DSGE models numerically, focusing on perturbation techniques and finite difference methods used in economic modeling.
header:
image: /assets/images/data_science_18.jpg
og_image: /assets/images/data_science_18.jpg
Expand All @@ -25,12 +24,13 @@ keywords:
- Python
- Fortran
- C
seo_description: Explore numerical methods for solving DSGE models, including perturbation
techniques and finite difference methods, essential tools in quantitative economics.
- python
- fortran
- c
seo_description: Explore numerical methods for solving DSGE models, including perturbation techniques and finite difference methods, essential tools in quantitative economics.
seo_title: 'Solving DSGE Models: Perturbation and Finite Difference Methods'
seo_type: article
summary: This article covers numerical techniques for solving DSGE models, particularly
perturbation and finite difference methods, essential in analyzing economic dynamics.
summary: This article covers numerical techniques for solving DSGE models, particularly perturbation and finite difference methods, essential in analyzing economic dynamics.
tags:
- Dsge models
- Numerical methods
Expand All @@ -42,8 +42,10 @@ tags:
- Python
- Fortran
- C
title: 'Solving DSGE Models Numerically: Perturbation Techniques and Finite Difference
Methods'
- python
- fortran
- c
title: 'Solving DSGE Models Numerically: Perturbation Techniques and Finite Difference Methods'
---

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.
Expand Down
Loading
Loading