Skip to content

Commit

Permalink
Merge branch 'main' of github.com:unytics/bigfunctions
Browse files Browse the repository at this point in the history
  • Loading branch information
unytics committed May 24, 2024
2 parents bbe967e + 8aeacec commit 5a483a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bigfunctions/benford_distance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ description: |
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.
The smaller the `benford_distance`, the more the `values` follow Benford's Law.
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.
arguments:
- name: values
type: any type
Expand Down

0 comments on commit 5a483a0

Please sign in to comment.