Skip to content

masanorihirano/pams

Repository files navigation

pams

PAMS: Platform for Artificial Market Simulations

python pypi CI downloads code style: black Codacy Badge codecov

Documentations & User Guides

Documentations are available on readthedoc

Install

This package is available on pypi as pams

$ pip install pams
$ python
>> import pams

Citation

If you consider cite our work, please use the following arxiv entry:

@misc{Hirano2023-pams,
    title={{PAMS: Platform for Artificial Market Simulations}},
    author={Masanori HIRANO, Ryosuke TAKATA, Kiyoshi IZUMI},
    year={2023},
    doi = {10.48550/arXiv.2309.10729}
}

https://arxiv.org/abs/2309.10729

If you prefer to cite this package directly, please use the following bibtex entry:

@misc{Hirano2022-pams,
    title={{PAMS: Platform for Artificial Market Simulations}},
    author={Masanori HIRANO, Ryosuke TAKATA, Kiyoshi IZUMI},
    year={2022},
    url = {https://github.com/masanorihirano/pams}
}

Issues and Contribution

About issues (bugs):

  • You can report issues here.
  • There are no guarantee to support or fix those issues.

Contributions:

  • You can send pull requests (PRs) to this repository.
  • But, there are no guarantee to merge your PRs.