Documentation ¶
Index ¶
- Variables
- type Number
- type Stat
- func (s *Stat[T]) Add(value T)
- func (s *Stat[T]) Amount() int64
- func (s *Stat[T]) Avg() float64
- func (s *Stat[T]) DrawPNG(w io.Writer, points int) error
- func (s *Stat[T]) Max() T
- func (s *Stat[T]) Min() T
- func (s *Stat[T]) Quantile(q float64) float64
- func (s *Stat[T]) Rms() float64
- func (s *Stat[T]) Stddev() float64
- func (s *Stat[T]) String() string
- func (s *Stat[T]) Sum() float64
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrTDigestDisabled = fmt.Errorf("tdigest is disabled")
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.