Registry / utility / gonum-stat

gonum-stat

JSON →
library0.0.0-20181125101827-41a0da705a5bgogounverified

Package stat provides statistical functions and distributions for the Gonum numerical library.

go get github.com/gonum/stat
INSTALL
IMPORT
SIG · GONUM-STAT
G
gonum-stat
utilitygov0.0.0-20181125101827-41a0da705a5b
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.

stat
github.com/gonum/stat

Computes the mean of a slice of floats.

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

No known issues recorded.

Upgrade
Version history
0.0.0-20181125101827-41a0da705a5blatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
gonum-stat — go get gonum-stat · libregistry