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)
| 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 |
no outgoing calls
no test coverage detected