MCPcopy
hub / github.com/montanaflynn/stats / Len

Method Len

data.go:10–10  ·  view source on GitHub ↗

Len returns length of slice

()

Source from the content-addressed store, hash-verified

8
9// Len returns length of slice
10func (f Float64Data) Len() int { return len(f) }
11
12// Less returns if one number is less than another
13func (f Float64Data) Less(i, j int) bool { return f[i] < f[j] }

Callers 15

QuartileOutliersFunction · 0.80
ModeFunction · 0.80
SigmoidFunction · 0.80
QuartileFunction · 0.80
InterQuartileRangeFunction · 0.80
MidhingeFunction · 0.80
TrimeanFunction · 0.80
SoftMaxFunction · 0.80
MinFunction · 0.80
MaxFunction · 0.80
_varianceFunction · 0.80
CovarianceFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestInterfaceMethodsFunction · 0.64