go.opencensus.io/stats/view.DistributionData.Min (field)
6 uses
go.opencensus.io/stats/view (current package)
aggregation_data.go#L120: Min float64 // minimum value in the distribution
aggregation_data.go#L137: Min: math.MaxFloat64,
aggregation_data.go#L156: if v < a.Min {
aggregation_data.go#L157: a.Min = v
aggregation_data.go#L229: return a.Count == a2.Count && a.Min == a2.Min && a.Max == a2.Max && math.Pow(a.Mean-a2.Mean, 2) < epsilon && math.Pow(a.variance()-a2.variance(), 2) < epsilon
![]() |
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. |