MCPcopy Create free account
hub / github.com/antlr/codebuff / populationStandardDeviation

Method populationStandardDeviation

output/java_guava/1.4.16/Stats.java:262–264  ·  view source on GitHub ↗

Returns the population standard deviation of the values. The count must be non-zero. This is guaranteed to return zero if the the dataset contains only exactly one finite value. It is not guaranteed to

()

Source from the content-addressed store, hash-verified

260
261
262 public double populationStandardDeviation() {
263 return Math.sqrt(populationVariance());
264 }
265
266 /**
267 * Returns the <a href="http://en.wikipedia.org/wiki/Variance#Sample_variance">unbaised sample

Callers 1

toStringMethod · 0.95

Calls 2

populationVarianceMethod · 0.95
sqrtMethod · 0.45

Tested by

no test coverage detected