benford_py
benford_py copied to clipboard
last-digit test, L1D/LDT?
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.
Sorry for the delay in replying. Hum... interesting... well, the implementation followed the tests that were known and researched, but htat might be a nice idea.
Beber, B., & Scacco, A. (2012). What the Numbers Say: A Digit-Based Test for Election Fraud. Political Analysis, 20(2), 211-234. https://doi.org/10.1093/pan/mps003
Thanks. I´ll look into it.