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

Method median

output/java_guava/1.4.17/Quantiles.java:135–137  ·  view source on GitHub ↗

Specifies the computation of a median (i.e. the 1st 2-quantile).

()

Source from the content-addressed store, hash-verified

133 */
134
135 public static ScaleAndIndex median() {
136 return scale(2).index(1);
137 }
138
139 /**
140 * Specifies the computation of quartiles (i.e. 4-quantiles).

Calls 2

scaleMethod · 0.95
indexMethod · 0.65

Tested by

no test coverage detected