Skip to content

Commit

Permalink
Merge 3f39403 into f6b6e04
Browse files Browse the repository at this point in the history
  • Loading branch information
jiffyclub committed Oct 3, 2014
2 parents f6b6e04 + 3f39403 commit 3a4aadf
Show file tree
Hide file tree
Showing 6 changed files with 836 additions and 70 deletions.
5 changes: 5 additions & 0 deletions docs/models/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ with other operations. The model selections include:
and a location choice model for matching choosers to their
likely selections.

* :ref:`supply-and-demand`

* Adjust real estate prices to account for suppy and demand effects.

* :ref:`transition-relocation`

* For adding/removing members from a population and choosing movers.
Expand All @@ -25,6 +29,7 @@ Contents
:maxdepth: 2

statistical
supplydemand
transrelo
util
urbanchoice
16 changes: 16 additions & 0 deletions docs/models/supplydemand.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
.. _supply-and-demand:

Supply and Demand Accounting
============================

Regression models of real estate prices don't account for
supply and demand affects. The ``supplydemand`` module has models that
work in tandem with :ref:`location choice models <statistical-models>`
to estimate supply and demand and adjust real estate prices
to compensate for mismatches.

API
---

.. automodule:: urbansim.models.supplydemand
:members:
Loading

0 comments on commit 3a4aadf

Please sign in to comment.