MCPcopy Create free account
hub / github.com/MolinDeng/Princeton-algs4 / mean

Method mean

LabEnv/01Lab/PercolationStats.java:39–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37
38 // sample mean of percolation threshold
39 public double mean() {
40 return StdStats.mean(thresholds);
41 }
42
43 // sample standard deviation of percolation threshold
44 public double stddev() {

Callers 3

confidenceLoMethod · 0.95
confidenceHiMethod · 0.95
mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected