Hi, One of the missing functions in tinymath is the option to get a specific quantile of a list of values. For example: `quantile(arr, 0.95)` for the 95th percentile. Similar to [quantileSeq](http://mathjs.org/docs/reference/functions/quantileSeq.html)
Hi,
One of the missing functions in tinymath is the option to get a specific quantile of a list of values.
For example:
quantile(arr, 0.95)for the 95th percentile.Similar to quantileSeq