Skip to content

Commit

Permalink
Merge pull request #604 from TaylorOshan/contribpush
Browse files Browse the repository at this point in the history
Contribpush
  • Loading branch information
sjsrey committed Mar 28, 2015
2 parents 0c3a084 + cdb7c38 commit b8229be
Show file tree
Hide file tree
Showing 5 changed files with 1,331 additions and 0 deletions.
23 changes: 23 additions & 0 deletions pysal/contrib/spint/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Spatial Interaction Modeling Package
===========================================

The **Sp**atial **Int**eraction Modeling (SpInt) package seeks to provide a collection of tools to study spatial interaction processes.

It currently supports the calibration of the 'family' of spatial interaction models (Wilson, 1971) which are derived using an entropy maximizing (EM) framework or the equivalent information minimizing (IM) framework. As such, it is able to derive parameters for the following models:

- unconstrained gravity model
- production-constrained model (origin-constrained)
- attraction-constrained model (destination-constrained)
- doubly-constrained model


Calibration is carried out using maximum likelihood estimation routines outlined in (Fotheringham and O’Kelly, 1989; Willimans and Fotheringham, 1984). Optimization is achieved using scipy.optimize.fsolve(). Overall, the package is currently dependent upon numpy, spicy, and pandas.

Fotheringham, A. S. and O'Kelly, M. E. (1989). Spatial Interaction Models: Formulations and Applications. London: Kluwer Academic Publishers.

Williams, P. A. and A. S. Fotheringham (1984), The Calibration of Spatial Interaction
Models by Maximum Likelihood Estimation with Program SIMODEL, Geographic Monograph
Series, 7, Department of Geography, Indiana University.

Wilson, A. G. (1971). A family of spatial interaction models, and associated developments. Environment and
Planning A, 3, 1–32.
Loading

0 comments on commit b8229be

Please sign in to comment.