Documentation ¶
Index ¶
- func NewProgress(total int) *progress
- func Percentile(values []float64, perc float64) float64
- func PercentileFloat(values []float64, perc int) (o float64)
- type Map
- type ProgressWriter
- type Stats
- func (stats *Stats) Add(values ...float64)
- func (stats *Stats) Avg() float64
- func (stats *Stats) Len() int
- func (stats *Stats) Max() float64
- func (stats *Stats) Median() float64
- func (stats *Stats) Min() float64
- func (stats *Stats) Perc(perc float64) float64
- func (stats *Stats) Reset()
- func (stats *Stats) Sort()
- func (s *Stats) StdDeviation() float64
- func (stats *Stats) String() string
- func (stats *Stats) Sum() float64
- func (stats *Stats) Values() []float64
- func (stats *Stats) Variance() float64
- type Value
- type Values
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewProgress ¶
func NewProgress(total int) *progress
func Percentile ¶
func PercentileFloat ¶
Types ¶
type ProgressWriter ¶
func (*ProgressWriter) Close ¶
func (p *ProgressWriter) Close() error
type Stats ¶
type Stats struct {
// contains filtered or unexported fields
}
func (*Stats) StdDeviation ¶
Click to show internal directories.
Click to hide internal directories.