{"id":50725,"library":"vividcortex-gohistogram","title":"Go Histogram","description":"Package gohistogram contains implementations of weighted and exponential histograms.","status":"active","version":"1.0.0","language":"go","source_language":null,"source_url":"https://github.com/VividCortex/gohistogram","tags":["histogram","statistics","metrics"],"install":[{"cmd":"go get github.com/VividCortex/gohistogram","lang":"bash","label":"Install github.com/VividCortex/gohistogram"}],"dependencies":[],"imports":[{"symbol":"gohistogram","correct":"github.com/VividCortex/gohistogram"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/VividCortex/gohistogram\"\n)\n\nfunc main() {\n\th := gohistogram.NewHistogram(10)\n\th.Add(5)\n\tfmt.Println(h.Quantile(0.5))\n}","lang":"go","description":"Create a histogram and add a value"},"warnings":[],"env_vars":null,"search_vec":"'contain':5 'exponenti':10 'go':1 'gohistogram':4 'histogram':2,11,12 'implement':6 'metric':14 'packag':3 'statist':13 'weight':8","created_at":"2026-06-15T05:06:19.803801+00:00","updated_at":"2026-06-15T05:06:19.803801+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/VividCortex/gohistogram","github":"https://github.com/VividCortex/gohistogram","docs":"https://pkg.go.dev/github.com/VividCortex/gohistogram#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["observability"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}