Documentation ¶
Overview ¶
Package strings implements golang package montanaflynn/stats functionality for lua.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Median ¶
Median lua stats.median(table): port of go montanaflynn/stats.Median() returns value and error
func Percentile ¶
Percentile lua stats.median(table, percentile): port of go montanaflynn/stats.Percentile() returns value and error
func Preload ¶
Preload adds stats to the given Lua state's package.preload table. After it has been preloaded, it can be loaded using require:
local stats = require("stats")
func StandardDeviation ¶
StandardDeviation lua stats.median(table, percentile): port of go montanaflynn/stats.StandardDeviation() returns value and error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.