Return percentile value from an array of numbers. If a percentile falls between discrete values of the array, linearly interpolates between those values (https://en.wikipedia.org/wiki/Percentile#The_linear_interpolation_between_closest_ranks_method)
Array of numbers
Percentile value (between 0 and 1 inclusive)
0.3.14
Return percentile value from an array of numbers. If a percentile falls between discrete values of the array, linearly interpolates between those values (https://en.wikipedia.org/wiki/Percentile#The_linear_interpolation_between_closest_ranks_method)