-
public final class RandomKt
-
-
Method Summary
-
-
Method Detail
-
quantile
final Double quantile(F64Array $self, Double q, RandomGenerator randomGenerator)
Computes the q-th order statistic over this 1-D array.
The implementation follows that of Commons Math. See JavaDoc of org.apache.commons.math3.stat.descriptive.rank.Percentile for computational details.
The array is modified in-place. Do a F64Array.copy of the array to avoid mutation if necessary.
-
-
-
-