Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmasad/inductivegametheory
Adapting the Inductive Game Theory methodology of DeDeo, Krakauer and Flack (2010) to studying international major arms transfers
https://github.com/dmasad/inductivegametheory
Last synced: about 1 month ago
JSON representation
Adapting the Inductive Game Theory methodology of DeDeo, Krakauer and Flack (2010) to studying international major arms transfers
- Host: GitHub
- URL: https://github.com/dmasad/inductivegametheory
- Owner: dmasad
- Created: 2013-08-01T03:57:31.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-01T04:30:28.000Z (over 11 years ago)
- Last Synced: 2024-10-16T14:17:29.490Z (3 months ago)
- Language: Python
- Homepage:
- Size: 3.22 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Dyadic Strategic Inference in the International Arms Trade in Europe
#### David MasadCode for 2013 Qualifying Paper, Department of Computational Social Science, George Mason University
This repository contains the code and data needed to replicate the paper's results, organized as follows:
**fast_calc/**: Cython code to accelerate the conditional probability calculation
**src/**: Main code and analyses
*Main tools*
**Eventseries.py**: Main class to handle the event series and calculations on it, particularly finding the correlation network.
**GenerativeModel.py**: Code for the generative model, including the null model and several goodness-of-fit tests.
*Analyses and results*
**SIPRI Analysis Europe.ipynb**: The initial pass on the analysis; generates the initial correlation network **probs_n_100.pickle** and some first pass goodness-of-fit measures that are not used in the final paper.
**SIPRI Analysis Europe - v2.ipynb**: Main analysis for the in-sample prediction test (4.1 Analysis I).
**SIPRI Analysis Europe 90s.ipynb**: Out of sample prediction, using **probs-91_n_100.pickle** correlation network data (4.2 Analysis II).
**Correlation network drawing.ipynb**: Drawing the correlation network (paper Fig. 1).