wi1lku / wiki-benford

Checking Benford's law in random wikipedia articles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Benford's law on random numbers from Wikipedia.

This mini-project consists of 3 files.

  1. main.py - scrapping numbers from random Wikipedia articles
  2. results.txt - distribution of first digits of numbers in 100000 random Wikipedia articles (the result of running main.py)
  3. conclusions.ipynb - conclusions of the result. Made in jupyter notebook with R kernel

About

Checking Benford's law in random wikipedia articles


Languages

Language:Jupyter Notebook 97.1%Language:Python 2.9%