quantileSeq

quantileSeq(A, prob[, sorted])

quantileSeq(A, [prob1, prob2, ...][, sorted])

quantileSeq(A, N[, sorted])

Compute the prob order quantile of a matrix or a list with values. The sequence is sorted and the middle value is returned. Supported types of sequence values are: Number, BigNumber, Unit Supported types of probablity are: Number, BigNumber. \n\nIn case of a (multi dimensional) array or matrix, the prob order quantile of all elements will be calculated.

Try it yourself:

All functions