Skip to content

School project where I analysed the school's tax returns looking for possible fraudulent data using Benford's law. More information can be found about Benford's Law at this link: https://en.wikipedia.org/wiki/Benford%27s_law

Notifications You must be signed in to change notification settings

beachc15/Benford_Analysis_AUP990

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Benford-s-Law_python_code

a Python program that loads numerical data, records the frequency of occurrence of the first digits, compares these to Benford’s law using the chisquare goodnessoffit test, and presents the comparison in both tabular and graphical form.

A Python program that loads numerical data, reports the frequency of leading first digits and presents the comparison in both tabular and graphical form.

This is still a working project, with its final goal being an independent website into which anybody can input a correctly formatted csv and receive back a full Benford analysis.

Code written by me: Charles Beach

Also view this project on kaggle, where you can fork the notebook and directly edit it Kaggle: https://www.kaggle.com/a100186/aup-990

Live Website: https://beachc15.github.io/Benford_Analysis_AUP990/#/

With research credit to:

About

School project where I analysed the school's tax returns looking for possible fraudulent data using Benford's law. More information can be found about Benford's Law at this link: https://en.wikipedia.org/wiki/Benford%27s_law

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published