Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
945d350
EXAMPLES: add experimental notebook folder and Santos (1999) Sec7.3 n…
mnshkw Feb 6, 2026
52ec630
EXAMPLES: implement Santos Sec7.3 parameters
mnshkw Feb 8, 2026
adb1b07
EXAMPLES: fix Santos Sec7.3 domains
mnshkw Feb 8, 2026
470cbc5
EXAMPLES: fix Santos Sec7.3 function for calculating k prime
mnshkw Feb 9, 2026
e5cbc07
EXAMPLES: add shocks and weights by Gauss-Hermite quadrature
mnshkw Feb 9, 2026
d140f31
EXAMPLES: fix logz domain
mnshkw Feb 9, 2026
b778559
EXAMPLES: add basis for Chebyshev polynomial interpolation
mnshkw Feb 9, 2026
811c22f
EXAMPLES: build DP
mnshkw Feb 9, 2026
0cebb4c
EXAMPLES: fix and omit parameter arg from functions
mnshkw Feb 9, 2026
a60589d
EXAMPLES: solve DP by VFI and save broken state (NaN error @ each ite…
mnshkw Feb 9, 2026
366d7ea
EXAMPLES: fix node num for interp and solve DP by VFI
mnshkw Feb 9, 2026
158bdb5
EXAMPLES: add analytical solution checks (WIP)
mnshkw Feb 9, 2026
a614d76
EXAMPLES: replace Unicode variables with ASCII equivalents
mnshkw Feb 14, 2026
86e8932
EXAMPLES: clean notebook outline and comment
mnshkw Feb 14, 2026
6c68642
EXAMPLES: add analytical benchmark solution check
mnshkw Feb 14, 2026
8656312
EXAMPLES: add policy and value function plots
mnshkw Feb 14, 2026
10192fc
EXAMPLES: fix and display value function plots
mnshkw Feb 14, 2026
8c3c0ef
EXAMPLES: add solutions with multiple methods and interpolations
mnshkw Feb 15, 2026
4e38f2e
EXAMPLES: fix Unicode variables with ASCII equivalents
mnshkw Feb 15, 2026
0e54fd0
EXAMPLES: move Santos (1999) Sec7.3 notebook to examples/
mnshkw Feb 16, 2026
499b582
EXAMPLES: remove Pkg.activate/instantiate cell from Santos Sec7.3 not…
mnshkw Feb 16, 2026
d1cfc6c
EXAMPLES: rerun Santos Sec7.3 notebook after activation cleanup
mnshkw Feb 16, 2026
42060be
README: add Santos (1999) Sec7.3 notebook to Demo Notebooks
mnshkw Feb 16, 2026
fbbd2f3
Merge remote-tracking branch 'upstream/main' into examples/santos1999…
mnshkw Mar 26, 2026
050cfcd
EXAMPLES: rewrite the Santos 7.3 notebook introduction
mnshkw Mar 26, 2026
c5acaf4
EXAMPLES: align the Santos 7.3 notebook primitives and benchmark solu…
mnshkw Mar 26, 2026
2fcaace
EXAMPLES: compare results with benchmark on interpolation nodes.
mnshkw Mar 26, 2026
f70fb0a
EXAMPLES: align figure section settings with the cdp multidim test
mnshkw Mar 26, 2026
c56fa37
EXAMPLES: align multiple methods x interpolations section with cdp mu…
mnshkw Mar 26, 2026
7b768bc
README: update Santos Section 7.3 demo notebook description
mnshkw Mar 26, 2026
375dd0f
EXAMPLES: fix typo, modify settings for clarity, and polish to align …
mnshkw Mar 26, 2026
532e6b3
EXAMPLES: rename Santos notebook to cdp_ex_optgrowth_multidim_jl.ipynb
mnshkw Mar 26, 2026
1f04d15
README: align Santos Section 7.3 demo notebook link with the renamed …
mnshkw Mar 27, 2026
ad3797c
CHORE: restart notebook to update the output of the cells
mnshkw Mar 27, 2026
09fcc22
Merge remote-tracking branch 'upstream/main' into examples/santos1999…
mnshkw Mar 31, 2026
3abf0de
chore: omit hardcoded mesh size `h`
mnshkw Mar 31, 2026
f4ba99c
RFC: omit unnecessary arguments to `solve` in examples
mnshkw Mar 31, 2026
25df073
EXAMPLES(refactor): group model parameters and functions into a Named…
mnshkw Apr 1, 2026
d2be8e7
EXAMPLES(refactor): update notebook to use the NamedTuple setup
mnshkw Apr 1, 2026
febd4fd
EXAMPLES(feat): reproduce Santos (1999) Table 16 (Linear x VFI)
mnshkw Apr 1, 2026
0f94cf1
EXAMPLES(feat): reproduce Santos (1999) Table 20 (Spline x VFI)
mnshkw Apr 1, 2026
d25f370
EXAMPLES(docs): update section titles and descriptions for clarity an…
mnshkw Apr 1, 2026
43a154b
EXAMPLES(chore): update Santos (1999) replication to include largest …
mnshkw Apr 1, 2026
93d0f84
EXAMPLES(docs): update notebook explanation and fix typo in grid sett…
mnshkw Apr 3, 2026
bc956a1
Merge branch 'main' into examples/santos1999-s73-notebook
mnshkw Apr 8, 2026
50fbea8
EXAMPLES(docs): update README.md with link to S73 notebook
mnshkw Apr 8, 2026
9666606
EXAMPLES(fix): correct mesh setting (143, 8) to (143, 9) and comfirm …
mnshkw Apr 8, 2026
cb0dd0f
EXAMPLES(refactor): extract constants and setup logic for grid settin…
mnshkw Apr 8, 2026
7f4e796
EXAMPLES(refactor): move common logic for calculating errors to a hel…
mnshkw Apr 8, 2026
480aeaf
EXAMPLES(docs): display Santos replication results as DataFrame table…
mnshkw Apr 8, 2026
d6d2b37
EXAMPLES(docs): add comments for replication results and omit unneces…
mnshkw Apr 8, 2026
5350e2e
EXAMPLES(refactor): omit unnecessary second solver runs for calculati…
mnshkw Apr 8, 2026
7fe61a9
EXAMPLES(chore): restart and rerun the notebook cdp_ex_optgrowth_mult…
mnshkw Apr 8, 2026
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,6 @@ See the demo notebooks for further examples.
## Demo Notebooks

* [Stochastic Optimal Growth Model](https://nbviewer.org/github/QuantEcon/ContinuousDPs.jl/blob/main/examples/cdp_ex_optgrowth_jl.ipynb)
* [Multidimensional-state Stochastic Optimal Growth Model from Santos (1999) Section 7.3](https://nbviewer.org/github/QuantEcon/ContinuousDPs.jl/blob/main/examples/cdp_ex_optgrowth_multidim_jl.ipynb)
* [Examples from Miranda and Fackler 2002, Chapter 9](https://nbviewer.org/github/QuantEcon/ContinuousDPs.jl/blob/main/examples/cdp_ex_MF_jl.ipynb)
* [LQ Approximation with `QuantEcon.jl` and `ContinuousDPs.jl`](https://nbviewer.org/github/QuantEcon/ContinuousDPs.jl/blob/main/examples/lqapprox_jl.ipynb)
Loading
Loading