Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.05 KB

README.md

File metadata and controls

23 lines (18 loc) · 1.05 KB

HousingLifeCycleWorkhorse

Build Status Coverage

Note: Code is incomplete and preliminary. Missing PDF of model layout.

A simple life-cycle model of homeownership

  1. To use, add the package by URL. Enter the pkg mode by typing ] in an active julia session and then add https://github.com/eirikbrandsaas/HousingLifeCycleWorkhorse.jl
    • Or, similarly, using Pkg;Pkg.add("https://github.com/eirikbrandsaas/HousingLifeCycleWorkhorse.jl")
  2. Run the following lines to solve the model under the benchmark parameters:
##
using HousingLifeCycleWorkhorse

par = benchpar()
V,pol = solve_decproblems(par)
agg,pan = simulate(par,pol,V)
  1. ...
  2. Profit