Versions in this module Expand all Collapse all v3 v3.0.2 Jun 6, 2022 v3.0.1 Jun 18, 2021 Changes in this version + type Histogram struct + func New(sz int) *Histogram + func (h *Histogram) Add(v float64) + func (h *Histogram) AddN(v float64, n int) + func (h *Histogram) AddWeight(v, w float64) + func (h *Histogram) Bin(i int) (value, weight float64) + func (h *Histogram) Copy(x *Histogram) *Histogram + func (h *Histogram) Count() int + func (h *Histogram) Max() float64 + func (h *Histogram) Mean() float64 + func (h *Histogram) Merge(x, y *Histogram) + func (h *Histogram) MergeWith(x *Histogram) + func (h *Histogram) Min() float64 + func (h *Histogram) NumBins() int + func (h *Histogram) Quantile(q float64) float64 + func (h *Histogram) Reset(sz int) + func (h *Histogram) Sum() float64 + func (h *Histogram) Variance() float64 + func (h *Histogram) Weight() float64 Other modules containing this package github.com/bsm/histogram