Registry / observability / vividcortex-gohistogram

vividcortex-gohistogram

JSON →
library1.0.0gogounverified

Package gohistogram contains implementations of weighted and exponential histograms.

go get github.com/VividCortex/gohistogram
INSTALL
IMPORT
SIG · VIVIDCORTEX-GOHIST
V
vividcortex-gohistogram
observabilitygov1.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

gohistogram
github.com/VividCortex/gohistogram

Create a histogram and add a value

package main import ( "fmt" "github.com/VividCortex/gohistogram" ) func main() { h := gohistogram.NewHistogram(10) h.Add(5) fmt.Println(h.Quantile(0.5)) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
22
OpenAI (training)
1
Resources
vividcortex-gohistogram — go get vividcortex-gohistogram · libregistry