jplusplus / benford-calculator

Check your data against Benford's Law and spot suspicious patterns!
http://benford.pirhoo.com
7 stars 1 forks source link

Add a new status: Undecided next to Pass and Fail #4

Open n-kb opened 11 years ago

n-kb commented 11 years ago

Several data sets fail the test, due most often to too little orders of magnitude being present.

We should have a third status, in grey, that says "Your data set does not allow for a reasonable application of Benford's law" when the following condition is true: At least half of the data points is spread among at least 4 orders of magnitude.

paulloz commented 11 years ago

I'm not 100% sure of the actual condition.