Python package for solving assortative matching models with two-sided heterogeneity.
Project description
Python package for solving assortative matching models with two-sided heterogeneity. The theoretical framework behind the class of models solved by pyAM is described in Eeckhout and Kircher (2012).
Installation
Assuming you have pip on your computer (as will be the case if you’ve installed Anaconda) you can install the latest stable release of pyam by typing
$ pip install pyam
at a terminal prompt.
Contributing
If you wish to contribute to the project you will likely want to install from source. First your will need to fork and then clone the source repository.
$ git clone https://github.com/YOUR-USERNAME/pyAM.git
Next create a new conda development environment
$ conda create -n pyam-dev python anaconda
activate the newly created development environment
$ source activate pyam-dev
and install additional dependencies not available within Anaconda.
$ pip install pycollocation
$ pip install seaborn
Finally, change into your local clone of the pyam source directory and install the package in development mode.
$ pip install -e .
Example notebooks
At the moment there are two example notebooks, one for positive assortative matching and one for negative assortative matching in the examples directory. The positive assortative matching works fine; the negative assortative matching, however, does not yet work (I suspect because of a poor algorithm for the initial guess).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pyam-0.2.1-alpha.tar.gz
.
File metadata
- Download URL: pyam-0.2.1-alpha.tar.gz
- Upload date:
- Size: 10.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e57fcf3ebdcd891ee3441bf32c904e70d4b055bdbff356bd85f18ae372bcaaf6 |
|
MD5 | b01eac30d0bdaa8a8edf2a4349c1494b |
|
BLAKE2b-256 | a2f45481ceb92fd39055c9af9200d8c7b963c9fc174f8ba699b614df9d2c1151 |