I noticed an issue that the quantile doesn't return the the property min or max quantile (where `p = 0 || 1`, respectively). Checked out the code and looks like the quick checks aren't leveraging the sorted array.