Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 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
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 @@ -18,3 +18,4 @@ add https://github.com/QuantEcon/ContinuousDPs.jl

* [Stochastic optimal growth model](http://nbviewer.jupyter.org/github/QuantEcon/ContinuousDPs.jl/blob/main/examples/cdp_ex_optgrowth_jl.ipynb)
* [Examples from Miranda and Fackler 2002, Chapter 9](http://nbviewer.jupyter.org/github/QuantEcon/ContinuousDPs.jl/blob/main/examples/cdp_ex_MF_jl.ipynb)
* [Santos (1999) Section 7.3 multidimensional-state stochastic growth model (with analytical benchmark)](http://nbviewer.jupyter.org/github/QuantEcon/ContinuousDPs.jl/blob/main/examples/cdp_ex_santos1999_s73_jl.ipynb)
Loading