github.com/beorn7/perks/quantile.Sample.Value (field)

11 uses

	github.com/beorn7/perks/quantile (current package)
		stream.go#L25: 	Value float64 `json:",string"`
		stream.go#L34: func (a Samples) Less(i, j int) bool { return a[i].Value < a[j].Value }
		stream.go#L138: 	s.insert(Sample{Value: v, Width: 1})
		stream.go#L165: 		return s.b[i].Value
		stream.go#L244: 			if c.Value > sample.Value {
		stream.go#L249: 					sample.Value,
		stream.go#L259: 		s.l = append(s.l, Sample{sample.Value, sample.Width, 0})
		stream.go#L280: 			return p.Value
		stream.go#L284: 	return p.Value