Find the value at a given percentile in a data set.
The Nth percentile is the value below which N% of the data falls — the median is the 50th percentile.
linear interpolation between ranked data points