Transportation Methods for Econometrics

TraME Build Coverage Status

Watch Star Fork


TraME (Transportation Methods for Econometrics) is a templated C++ library for solving problems of equilibrium computation and estimation in consumer demand and matching frameworks via the Mass Transportation Approach.


Features
 
  • Several popular random utility specifications, as well as models with transferable, non-transferable, and imperfectly transferable utility
  • Numerous equilibrium solvers, including the iterative proportional fitting procedure (IPFP) and the deferred acceptance algorithm
  • Maximum likelihood- and moment matching-based estimation

License: TraME is licensed under the GNU General Public License (GPL) version 2, or (at your option) any later version.

Authors:


Download and Installation

TraME can be installed in the standard way:

 
./configure
make
make install

This will install the library into /usr/local

Configure options: