Understanding Quartiles, Standard Deviation, and Percentiles
Posted by Anonymous and classified in Mathematics
Written on in
with a size of 7.21 KB
Understanding Quartiles
Quartiles divide a set of ordered data into four groups with equal numbers of values. The three dividing points are Q1, the median (Q2), and Q3.
- Interquartile Range (IQR): Defined as Q3 – Q1, this represents the range of the middle half of the data. It provides a measure of spread by showing how closely the data are clustered around the median.
- Semi-interquartile Range: One half of the interquartile range.
Quartile Formulas
- Q2 (Median): (n+1) / 2
- Q1: (n+1) / 4
- Q3: 3(n+1) / 4
Outlier Formula
To identify outliers, use the following boundaries:
- Left Boundary: Q1 - 1.5(IQR)
- Right Boundary: Q3 + 1.5(IQR)
Deviation and Standard Deviation
Deviation tells you how far a single data value is from the mean (the difference between a value and the mean). If the result is positive, the value is above the mean; if negative, it is below the mean.
Standard Deviation measures the typical distance (spread) that all data values are from the mean:
- Small standard deviation: Data is tightly clustered around the mean.
- Large standard deviation: Data is more spread out.
Z-Scores
A z-score describes how far a single datum (one data value) is from the mean in terms of standard deviations. It indicates both the distance and the direction of that datum relative to the average. A positive z-score means the datum is above the mean, while a negative z-score means it is below the mean.
Percentiles and Ranks
Percentile: A number between 1 and 99 indicating the percent of the population with a score less than or equal to a specific value. For example, if a score of 80% on a test is in the 70th percentile, 70% of the class scored less than or equal to 80%.
Percentile Rank: The percent of the population with a score less than a specific score.
This calculation will yield Pp.
How to Find a Score
- First, find the position using n × p.
- If n × p is a whole number, the position is the mean of (n × p) and (n × p) + 1.
- If n × p is a decimal number, round up to find the position of the score.