type github.com/beorn7/perks/quantile.stream
14 uses
github.com/beorn7/perks/quantile (current package)
stream.go#L37: type invariant func(s *stream, r float64) float64
stream.go#L50: ƒ := func(s *stream, r float64) float64 {
stream.go#L67: ƒ := func(s *stream, r float64) float64 {
stream.go#L86: ƒ := func(s *stream, r float64) float64 {
stream.go#L126: *stream
stream.go#L132: x := &stream{ƒ: ƒ}
stream.go#L219: type stream struct {
stream.go#L225: func (s *stream) reset() {
stream.go#L230: func (s *stream) insert(v float64) {
stream.go#L234: func (s *stream) merge(samples Samples) {
stream.go#L268: func (s *stream) count() int {
stream.go#L272: func (s *stream) query(q float64) float64 {
stream.go#L287: func (s *stream) compress() {
stream.go#L312: func (s *stream) samples() Samples {
![]() |
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. |