Open shaharmor opened 6 years ago
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.
quantile(arr, 0.95)
Similar to quantileSeq
Should be pretty easy to implement. If you're interested in writing it, we'd totally take a pull
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