Python implementation of Benford’s Law tests

Benford for Python

Python implementation of Benford’s Law tests.

Citing

If you find Benford_py useful in your research, please consider adding the following citation:

@misc{benford_py,
      author = {Marcel, Milcent},
      title = {{Benford_py: a Python Implementation of Benford's Law Tests}},
      year = {2017},
      publisher = {GitHub},
      journal = {GitHub repository},
      howpublished = {url{https://github.com/milcent/benford_py}},
}

current version = 0.4.1

See release notes for features in this and in older versions

Python versions >= 3.6

Installation

Benford_py is a package in PyPi, so you can install with pip:

pip install benford_py

or

pip install benford-py

Or you can cd into the site-packages subfolder of your python distribution (or environment) and git clone from there:

git clonehttps://github.com/milcent/benford_py

For a quick start, please go to the

 

To finish reading, please visit source site