/benford

Primary LanguagePython

Benford Calculator

About

The benford calculator is built to test out Benford's law against any tab-separated content.

Simply pass a file path and a column name containing the numerical data, and the calculator will print out the results so you can see how close Benford's law applies to the dataset!

Usage

This project was built using Python 3.6.

Install the requirements: pip3 install -r lab7_benford_calculator/requirements.txt

Run the tests: make tests

Run with a sample dataset of poplution in the US from 7/2009: make run