Skip to content

A python library for demonstrating Benford's Law through iterative refinement of a muliplication table.

Notifications You must be signed in to change notification settings

axiomabsolute/BenfordsLaw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

This is a simple python library that allows users to demonstrate Benford's Law through iterative refinement.
It was developed to target Python 2.7 and requires that Numpy and Matplotlib be installed.

Usage:

import BenfordsLaw
BenfordsLaw.BenfordsLawExample()

This will produce a series of scatter plots against a plot of the exact function.

About

A python library for demonstrating Benford's Law through iterative refinement of a muliplication table.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published