View Complete Reference

Webb, C (2019)

Benford’s Law in Python

Blog posted on CodeRome June 7, 2019; last accessed January 12, 2022.

ISSN/ISBN: Not available at this time. DOI: Not available at this time.



Abstract: In this post I will write a Python implementation of Benford's Law which describes the distribution of the first digits of most sets of numeric data.


Bibtex:
@misc{, author = {Chris Webb}, title = {Benford’s Law in Python}, year = {2019}, url = {https://www.codedrome.com/benfords-law-in-python/}, }


Reference Type: Blog

Subject Area(s): Computer Science