Documentation ¶
Index ¶
- func Percentile(values []int, perc int) (o int)
- type Stats
- func (stats *Stats) Add(i int)
- func (stats *Stats) Avg() int
- func (stats *Stats) Len() int
- func (stats *Stats) Max() int
- func (stats *Stats) Median() int
- func (stats *Stats) Min() int
- func (stats *Stats) Perc(perc int) int
- func (stats *Stats) Reset()
- func (stats *Stats) Sort()
- func (stats *Stats) String() string
- func (stats *Stats) Sum() int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Percentile ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.