Registry / utility / garyboone-gostats

garyboone-gostats

JSON →
library0.0.0-20130122001700-1993eafbef57gogounverified

Statistics library for Go providing basic statistical functions.

go get github.com/GaryBoone/GoStats
INSTALL
IMPORT
SIG · GARYBOONE-GOSTATS
G
garyboone-gostats
utilitygov0.0.0-20130122001700-1993eafbef57
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.

GoStats
github.com/GaryBoone/GoStats

Calculates the mean of a slice of floats.

package main import ( "fmt" "github.com/GaryBoone/GoStats" ) func main() { data := []float64{1, 2, 3, 4, 5} mean := GoStats.Mean(data) fmt.Println(mean) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20130122001700-1993eafbef57latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
garyboone-gostats — go get garyboone-gostats · libregistry