QuantEcon / ContinuousDPs.jl

Continuous state dynamic programming
BSD 3-Clause "New" or "Revised" License
13 stars 10 forks source link

Formulation #6

Open oyamad opened 6 years ago

oyamad commented 6 years ago

The current code solves dynamic programs with

where

  1. s is an N-dimensional continuous state variable
  2. x is a 1-dimensional continuous action variable and
  3. e is a discrete random variable, whose distribution is state independent.

Discussion:

  1. Do we want to allow discrete state variables in some dimensions?
  2. We want to allow discrete actions (#5) and multidimensional actions.
  3. Do we want to allow state dependent distributions?
sglyon commented 6 years ago
  1. I think we should allow for discrete states

  2. yes and yes

  3. Is this different from discrete states?