QuantEcon.jl
QuantEcon.jl copied to clipboard
Julia implementation of QuantEcon routines
``` jl julia> using QuantEcon julia> s_indices = [2, 1, 1]; # Not sorted; julia> a_indices = [1, 1, 2]; julia> R = [-1., 5, 10]; julia> Q = [0...
Some topics that are available to be worked on ## Code Library - [x] Improve `DiscreteDP` code by porting State-Action Pair Formulation of Python code to Julia - [ ]...
Remaining task from #136: > - Split the documentation into two parts: > 1. A user guide that goes over installation and usage. This section would include some examples and...