Calculating the Sample 100p-th Percentile ----------------------------------------- 1. Order the data from smallest to largest. 2. Determine the product (sample size) x (proportion) = np If np is not an integer, round up to the next integer and find the correponding ordered value. If np is an integer, say k, calculate the average of the k-th and (k+1)-st ordered value.