QuantEcon / QuantEcon.notebooks

Jupyter notebooks contributed by QuantEcon developers, users and the community
BSD 3-Clause "New" or "Revised" License
122 stars 106 forks source link

Notebooks on DiscreteDP #2

Closed oyamad closed 8 years ago

oyamad commented 8 years ago

Notebooks on DiscreteDP:

  1. Getting started
  2. Implementation details
  3. Automobile replacement
  4. Optimal growth Just wrapping the procedures in the solutions notebook into a class.
  5. Job search Alternative implementation for the lecture on job search using DiscreteDP.

    Some issues: see QuantEcon/QuantEcon.applications#14. (Resolved)

  6. Career choice Alternative implementation for the lecture on career choice using DiscreteDP.
  7. Examples from Miranda and Fackler

Please feel free to edit any of the notebooks.

jstac commented 8 years ago

@spencerlyon2 @zaccranko Is there any chance either of you could help @oyamad get the two problematic Julia notebooks (see comments above) fixed up?

mmcky commented 8 years ago

@jstac Would you be happy to merge these excellent notebooks into master and then add an issue to track the two problematic Julia notebooks fixed up. (Or we could pull those two notebooks out in a separate PR - so that they aren't sitting on master?)

jstac commented 8 years ago

@mmcky Good idea. I would be happy to merge them into master and put issues in the issue tracker. When we build the front page for the notebooks we can omit the problematic ones from the list until the issues are resolved.

oyamad commented 8 years ago

In ddp_ex_job_search_jl.ipynb, I set the tolerance to some not so small value for fzero from Roots.jl (in cell [9]). I think the speed is acceptable now.

Review is still appreciated.

ZacCranko commented 8 years ago

@jstac Sorry, just caught this message today. Yep, happy to help out. I'll take a look at ddp_theory_jl.ipynb tomorrow.

mmcky commented 8 years ago

All - I am merging this branch to get the majority of notebooks on master.

Then I will pull out the following notebooks into a separate PR to track their updates.

ddp_theory_jl.ipynb [Help needed] I don't know how to set the column names and the row indices of the DataFrame table.

ddp_ex_job_search_jl.ipynb [Review needed] Very slow. Maybe type declarations are not appropriate?

oyamad commented 8 years ago

@mmcky Thanks!

Deleted the branch mdp in QuantEcon.site.

sglyon commented 8 years ago

@ZacCranko @oyamad do we still need someone to take a look at these 2 notebooks?

I just finished a big chunk of what I planned on finishing before Christmas and might have some time to do some review tomorrow.

ZacCranko commented 8 years ago

@spencerlyon2 see the discussion here.