MCPcopy Create free account
hub / github.com/nodejs/node / StandardDeviation

Method StandardDeviation

deps/v8/tools/perf-compare.py:38–39  ·  view source on GitHub ↗
(values, average)

Source from the content-addressed store, hash-verified

36
37 @staticmethod
38 def StandardDeviation(values, average):
39 return math.sqrt(Statistics.Mean(Statistics.Variance(values, average)))
40
41 @staticmethod
42 def ComputeZ(baseline_avg, baseline_sigma, mean, n):

Callers 1

appendResultMethod · 0.80

Calls 2

MeanMethod · 0.80
VarianceMethod · 0.80

Tested by

no test coverage detected