[x] Running yarn lint does not trigger any linter errors
[x] The test of the method you have fixed is passing
[x] You have written a new skeleton method for someone else to work on!
[x] You have written tests to accompany your skeleton method
Also to keep the information theory ball rolling, I've added a skeleton method and tests for a function that calculates the Shannon Entropy of a list (or map).
Closes #646
yarn lint
does not trigger any linter errorsAlso to keep the information theory ball rolling, I've added a skeleton method and tests for a function that calculates the Shannon Entropy of a list (or map).