Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
confidenceLo
Method · 0.95
confidenceHi
Method · 0.95
main
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected