Skip to content

Commit 5a483a0

Browse files
committed
Merge branch 'main' of github.com:unytics/bigfunctions
2 parents bbe967e + 8aeacec commit 5a483a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bigfunctions/benford_distance.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ description: |
1212
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.
1313
1414
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.
1517
arguments:
1618
- name: values
1719
type: any type

0 commit comments

Comments
 (0)