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

Method sampleStandardDeviation

output/java_guava/1.4.16/Stats.java:312–314  ·  view source on GitHub ↗

Returns the corrected sample standard deviation of the values. If this dataset is a sample drawn from a population, this is an estimator of the population standard deviation of the population which is

()

Source from the content-addressed store, hash-verified

310
311
312 public double sampleStandardDeviation() {
313 return Math.sqrt(sampleVariance());
314 }
315
316 /**
317 * Returns the lowest value in the dataset. The count must be non-zero.

Callers

nothing calls this directly

Calls 2

sampleVarianceMethod · 0.95
sqrtMethod · 0.45

Tested by

no test coverage detected