Ask Your Question
4

How do you determine the percentile of a value when the low, lower quartile, median, mean, upper quartile, and high are known?

asked 2023-05-03 23:05:26 +0000

bukephalos gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2023-05-03 23:07:02 +0000

scrum gravatar image

To determine the percentile of a value when the low, lower quartile, median, mean, upper quartile, and high are known, you can use the following formula:

Percentile = (number of values below target value / total number of values) x 100

First, you need to calculate the total number of values in the dataset. This is just the sum of the frequencies of all the data points.

Next, identify the position of the target value in the dataset relative to the values of the low, lower quartile, median, mean, upper quartile, and high. If the target value is below the low, then the percentile is 0. If it is above the high, then the percentile is 100. If the target value falls within the range of the dataset, then you can use the formula above to calculate its percentile.

For example, if the target value is greater than the median but less than the upper quartile, then you know that it falls between the 50th and 75th percentiles. To determine the exact percentile, you can subtract the position of the upper quartile from the position of the target value, and divide by the total number of values:

Percentile = ((position of target - position of upper quartile) / total number of values) x 100

This will give you the percentile of the target value within the dataset.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-05-03 23:05:26 +0000

Seen: 10 times

Last updated: May 03 '23