benford_py icon indicating copy to clipboard operation
benford_py copied to clipboard

Python implementation of Benford's Law tests.

Results 3 benford_py issues
Sort by recently updated
recently updated
newest added

Here you can find an explanation about why this method is better than using Z-Score, Chi-Square or MAD https://opensiuc.lib.siu.edu/cgi/viewcontent.cgi?article=1032&context=epse_pubs https://opensiuc.lib.siu.edu/cgi/viewcontent.cgi?article=1033&context=epse_pubs

help wanted

A test using only the last digit may be useful if only few digits are presented, and the second last may be skewed. I only saw a last-two digits test.