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

Method quartiles

output/java_guava/1.4.17/Quantiles.java:144–146  ·  view source on GitHub ↗

Specifies the computation of quartiles (i.e. 4-quantiles).

()

Source from the content-addressed store, hash-verified

142
143
144 public static Scale quartiles() {
145 return scale(4);
146 }
147
148 /**
149 * Specifies the computation of percentiles (i.e. 100-quantiles).

Callers

nothing calls this directly

Calls 1

scaleMethod · 0.95

Tested by

no test coverage detected