MCPcopy Create free account
hub / github.com/Confunctionist/finance / SDs

Function SDs

money.go:638–645  ·  view source on GitHub ↗

SDs Standard Deviation of a sample sd = sqrt(SIGMA ((a[i] - mean) ^ 2) / (len(a)-1)) SIGMA a total of all of the elements of a a[i] is the ith elemant of a len(a) = the number of elements in the slice a adjusted for sample

(a []float64)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

MeanFunction · 0.85
PowMethod · 0.80

Tested by

no test coverage detected