Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 385 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 385 Bytes

Tax_dynamics stochastic simulations and agent-based models

Stochastic simulation of Tax dynamics is implemented by TaxSSAsinglesim.cpp. Compilation requires c++0x:

g++ TaxSSAsinglesim.cpp -std=c++0x -o singlesim.out

R-wrapper files for implementation of stochastic simulations and plot of results are given.

R-script files for agent-based models are located in the directory ABM/