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

Method scale

output/java_guava/1.4.17/Quantiles.java:165–167  ·  view source on GitHub ↗

Specifies the computation of q-quantiles. @param scale the scale for the quantiles to be calculated, i.e. the q of the q-quantiles, which must be positive

(int scale)

Source from the content-addressed store, hash-verified

163
164
165 public static Scale scale(int scale) {
166 return new Scale(scale);
167 }
168
169 /**
170 * Describes the point in a fluent API chain where only the scale (i.e. the q in q-quantiles) has

Callers 3

medianMethod · 0.95
quartilesMethod · 0.95
percentilesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected