Skip to content

A workhorse model of homeownership over the lifecycle. No equilibrium.

License

Notifications You must be signed in to change notification settings

eirikbrandsaas/HousingLifeCycleWorkhorse.jl

Repository files navigation

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

About

A workhorse model of homeownership over the lifecycle. No equilibrium.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages