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

Method percentiles

output/java_guava/1.4.17/Quantiles.java:153–155  ·  view source on GitHub ↗

Specifies the computation of percentiles (i.e. 100-quantiles).

()

Source from the content-addressed store, hash-verified

151
152
153 public static Scale percentiles() {
154 return scale(100);
155 }
156
157 /**
158 * Specifies the computation of q-quantiles.

Callers

nothing calls this directly

Calls 1

scaleMethod · 0.95

Tested by

no test coverage detected