You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: bigfunctions/benford_distance.yaml
+2
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@ description: |
12
12
This function computes the Chi-square distance between the observed distribution of leading digits of `values` and the expected distribution according to Benford's Law.
13
13
14
14
The smaller the `benford_distance`, the more the `values` follow Benford's Law.
15
+
16
+
Read ["The Mysterious Benford’s Law and it’s Connection with Fraud Detection"](https://medium.com/@vihasharma1099/the-mysterious-benfords-law-and-it-s-connection-with-fraud-detection-4a1192f48f47) by Vihasharma to see some applications of this function.
0 commit comments