go.opencensus.io/stats/view.DistributionData.SumOfSquaredDev (field)
6 uses
go.opencensus.io/stats/view (current package)
aggregation_data.go#L123: SumOfSquaredDev float64 // sum of the squared deviation from the mean
aggregation_data.go#L149: return a.SumOfSquaredDev / float64(a.Count-1)
aggregation_data.go#L172: a.SumOfSquaredDev = a.SumOfSquaredDev + (v-oldMean)*(v-a.Mean)
aggregation_data.go#L247: SumOfSquaredDeviation: a.SumOfSquaredDev,
contrib.go.opencensus.io/exporter/stackdriver
stats.go#L508: SumOfSquaredDeviation: v.SumOfSquaredDev,
![]() |
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. |