Skip to content

Commit

Permalink
update myst
Browse files Browse the repository at this point in the history
  • Loading branch information
alanlujan91 committed Oct 27, 2024
1 parent 080b5a7 commit c238654
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 31 deletions.
Binary file modified content/public/SequentialEGMn.pdf
Binary file not shown.
64 changes: 33 additions & 31 deletions myst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,34 +41,52 @@ site:
domains:
- alanlujan91.curve.space
favicon: public/econ-ark-logo-small.png

project:
title: "EGMⁿ: The Sequential Endogenous Grid Method"
subtitle: "EGM to the power of n"
short_title: EGMⁿ
banner: content/public/banner.png
description: "The Sequential Endogenous Grid Method"
exports:
- format: pdf+tex
template: arxiv_nips
output: content/public/SequentialEGMn.pdf
articles:
- content/paper/egmn.md
downloads:
- title: Download paper
file: content/public/SequentialEGMn.pdf
static: true
thumbnail: content/public/thumbnail.png
banner: content/public/banner.png
keywords:
- endogenous grid method
- dynamic programming
- machine learning
authors:
- name: Alan Lujan
corresponding: false
email: [email protected]
orcid: 0000-0002-5289-7054
corresponding: true
email: [email protected]
url: https://advanced.jhu.edu/directory/alan-lujan/
affiliations:
- Johns Hopkins University
- Econ-ARK
- institution: Johns Hopkins University AAP
department: Department of Applied Economics
city: Washington
state: DC
url: https://advanced.jhu.edu/academics/fields-of-study/applied-economics/
- institution: Econ-ARK
url: https://econ-ark.org
github: alanlujan91
website: https://quantmacro.org
venue:
title: REMARK
url: https://github.com/econ-ark/REMARK
github: https://github.com/alanlujan91/SequentialEGM
keywords:
- endogenous grid method
- stochastic dynamic programming
- machine learning
- gaussian process regression
open_access: true
license:
content: CC-BY-4.0
code: MIT
github: https://github.com/alanlujan91/SequentialEGM
subject: Economics
venue:
title: REMARK
url: https://github.com/econ-ark/REMARK
numbering:
figure: true
equation: true
Expand All @@ -82,12 +100,6 @@ project:
heading_6: true
bibliography:
- content/references.bib
exports:
- format: pdf+tex
template: arxiv_nips
output: content/public/SequentialEGMn.pdf
articles:
- content/paper/egmn.md
abbreviations:
GP: Gaussian Process
GPR: Gaussian Process Regression
Expand All @@ -96,7 +108,6 @@ project:
G2EGM: Generalized Endogenous Grid Method
DCEGM: Discrete Choice Endogenous Grid Method
WGI: Warped Grid Interpolation

toc:
# Auto-generated by `myst init --write-toc`
- file: content/paper/egmn.md
Expand All @@ -109,15 +120,6 @@ project:
- file: content/paper/5_conditions.md
- file: content/paper/6_conclusion.md
- file: content/paper/7_appendix.md
- title: Code
children:
- file: code/examples/example_ConsPensionModel_baseline.ipynb
- file: code/examples/example_ConsLaborPortfolioModel.ipynb
- file: code/examples/example_ConsLaborSeparableModel.ipynb
- file: code/examples/example_ConsPensionModel.ipynb
- file: code/examples/example_ConsRetirementModel.ipynb
- file: code/examples/example_GaussianProcessRegression.ipynb
- file: code/examples/example_WarpedInterpolation.ipynb
math:
'\CARA': '\alpha'
'\CRRA': '\rho'
Expand Down

0 comments on commit c238654

Please sign in to comment.