const Stat = require('total-serialism').Statistical;
Stat.max()
//=> return the highest value from an array (possibly also works with note-names)
Stat.min()
//=> return the lowest value from an array (possibly also works with note-names)
Stat.mean()
//=> return the avarage value from an array (possible also works with note-names)
Stat.median()
//=> return the median from an array (possible also works with note-names)
Stat.mode()
//=> return the mode from an array (possible also works with note-names)
This library should include methods like: