QuantEcon / SimpleDifferentialOperators.jl

Library for simple upwind finite differences
MIT License
12 stars 2 forks source link

Finish off the HJBE with controlled drift example #200

Open jlperla opened 5 years ago

jlperla commented 5 years ago

(1) use SDO in a notebook as an example in SDO.jl (2) Implement the algorithm using only tridiagonal matrices/etc. without using SDO. Make as fast as possible, to compare against matlab. Same number of steps, etc. Comparing exact algorithm.