package
0.0.0-20250120080617-bb7c638c6f78
Repository: https://github.com/chainreactors/mals.git
Documentation: pkg.go.dev
# 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.