Documentation
¶
Overview ¶
Package stats add some statistics-related commands to the command loop.
The new commands are in the form:
stats {type} values...
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Plugin = &statsPlugin{}
)
Functions ¶
func Percentile ¶
func Percentile(input stats.Float64Data, percent float64) (percentile float64, err error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.