EconForge / Smolyak

Efficient implementations of Smolyak's algorithm for function approxmation in Python and Julia.
Other
30 stars 18 forks source link

F: Adaptive domain for grid #5

Open sglyon opened 11 years ago

sglyon commented 11 years ago

This allows us to have grids not on [-1, 1]^d. There are two main approaches:

  1. linear transformation
  2. Principal components method

See Judd et. al. (2013) section 5.