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
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |