benford_categorization | R Documentation |
This function takes a midi file and returns its Benford's Law classification as described in the paper "A Classification System for Assessing a Data Set’s Adherence to Benford’s Law"" by Sybil Prince-Nelson (2021).
benford_categorization(midi_file)
midi file |
A valid midi file in the form "filename.mid" |
Github is @wickmanb22
Brian Wickman
For a file named "AnotherBrickInTheWall", the function should look like: benford_categorization("AnotherBrickInTheWall.mid")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.