# Functions
Loader is the module loader function.
Median lua stats.median(table): port of go montanaflynn/stats.Median() returns value and error.
Percentile lua stats.median(table, percentile): port of go montanaflynn/stats.Percentile() returns value and error.
Preload adds stats to the given Lua state's package.preload table.
StandardDeviation lua stats.median(table, percentile): port of go montanaflynn/stats.StandardDeviation() returns value and error.