QuantEcon.jl icon indicating copy to clipboard operation
QuantEcon.jl copied to clipboard

Julia implementation of QuantEcon routines

Results 43 QuantEcon.jl issues
Sort by recently updated
recently updated
newest added

``` 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 - [ ]...

enhancement
help wanted

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...

help wanted
docs