Specifies the computation of a median (i.e. the 1st 2-quantile).
()
| 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). |
no test coverage detected