From 8aeacec904ea4dcfeb42450892391a62d3ce98f2 Mon Sep 17 00:00:00 2001 From: Unytics <111615732+unytics@users.noreply.github.com> Date: Thu, 23 May 2024 16:52:44 +0200 Subject: [PATCH] Update benford_distance.yaml --- bigfunctions/benford_distance.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bigfunctions/benford_distance.yaml b/bigfunctions/benford_distance.yaml index 312ac55b..3c2b8682 100644 --- a/bigfunctions/benford_distance.yaml +++ b/bigfunctions/benford_distance.yaml @@ -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