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

Method mean

output/java_guava/1.4.17/Stats.java:193–196  ·  view source on GitHub ↗

Returns the arithmetic mean of the values. The count must be non-zero. If these values are a sample drawn from a population, this is also an unbiased estimator of the arithmetic mean of the population. Non-finite values If

()

Source from the content-addressed store, hash-verified

191
192
193 public double mean() {
194 checkState(count != 0);
195 return mean;
196 }
197
198 /**
199 * Returns the sum of the values.

Callers 5

histo.pyFile · 0.45
leastSquaresFitMethod · 0.45
addMethod · 0.45
addAllMethod · 0.45
leastSquaresFitMethod · 0.45

Calls 1

checkStateMethod · 0.45

Tested by

no test coverage detected