Skip to content

Modeling Career Choice #1

@oyamad

Description

@oyamad
  1. The outcome of career/career_vf_plot.py does not look nice like the figure in the lecture.

  2. In the solution to Exercise 1:

    • max_iter=200 should be added to compute_fixed_point.
    • The line theta_path, epsilon_path = gen_path() should be placed inside the for ax in axes loop.
  3. In the solution to Exercise 2, for the case of beta=0.99:

    • The median should be about 14, rather than 11 as stated.
    • If one wants to avoid getting a RuntimeWarning from non convergence, max_iter should be set, for example, to 1000 (if the default tolerance is used).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions