Skip to content

Instantly share code, notes, and snippets.

@ImkeF
Last active February 9, 2020 20:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ImkeF/cca6a0535a4d3df80259521adb287f81 to your computer and use it in GitHub Desktop.
Save ImkeF/cca6a0535a4d3df80259521adb287f81 to your computer and use it in GitHub Desktop.
Deviation % =
MAXX (
ADDCOLUMNS (
BenfordTable,
"Diff", ABS ( [BenfordMeasure] - BenfordTable[BenfordDistribution] ) / BenfordTable[BenfordDistribution]
),
[Diff]
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment