An open API service indexing awesome lists of open source software.

https://github.com/tsimpdim/benfordgraph

This is a simple python script that graphs a curve based on the Benford law
https://github.com/tsimpdim/benfordgraph

benford matplotlib pyplot python script

Last synced: 5 months ago
JSON representation

This is a simple python script that graphs a curve based on the Benford law

Awesome Lists containing this project

README

          

# BenfordGraph
This is a simple python script that graphs a curve based on the Benford law. Read up on [Benford's Law](https://en.wikipedia.org/wiki/Benford%27s_law).

# Running the script

This script uses Python 3.6

To call this script type:

Benford.py

# Sample data sets

Several test data sets are included in the Tests folder, here are the sources:

[bank-full.csv](https://archive.ics.uci.edu/ml/datasets/bank+marketing)

[FL_insurance_sample.csv](https://support.spatialkey.com/spatialkey-sample-csv-data/)

[us-500.csv](https://www.briandunning.com/sample-data/)

[test.txt](http://mathworld.wolfram.com/BenfordsLaw.html)