type github.com/beorn7/perks/quantile.Sample

8 uses

	github.com/beorn7/perks/quantile (current package)
		stream.go#L24: type Sample struct {
		stream.go#L31: type Samples []Sample
		stream.go#L138: 	s.insert(Sample{Value: v, Width: 1})
		stream.go#L141: func (s *Stream) insert(sample Sample) {
		stream.go#L221: 	l []Sample
		stream.go#L246: 				s.l = append(s.l, Sample{})
		stream.go#L248: 				s.l[i] = Sample{
		stream.go#L259: 		s.l = append(s.l, Sample{sample.Value, sample.Width, 0})