Gets the value at a specific quantile
getQuantile(data, 25); // 1st quartilegetQuantile(data, 75); // 3rd quartile Copy
getQuantile(data, 25); // 1st quartilegetQuantile(data, 75); // 3rd quartile
Pass true if data is already sorted
data
Gets the value at a specific quantile