Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/montanaflynn/stats
/ Get
Method
Get
data.go:7–7 ·
view source on GitHub ↗
Get item in slice
(i int)
Source
from the content-addressed store, hash-verified
5
6
// Get item in slice
7
func
(f Float64Data) Get(i int) float64 {
return
f[i] }
8
9
// Len returns length of slice
10
func
(f Float64Data) Len() int {
return
len(f) }
Callers
6
Min
Function · 0.80
Max
Function · 0.80
Covariance
Function · 0.80
CovariancePopulation
Function · 0.80
Entropy
Function · 0.80
TestInterfaceMethods
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestInterfaceMethods
Function · 0.64