Psychological Statistics: Measures of Dispersion
MEASURES OF DISPERSION
- Definition of Dispersion/Variability
- Dispersion refers to how attributes in a group deviate from the average or central value.
- Averages cannot fully capture the essence of a dataset, as they don’t reflect the spread of values around the average.
- Measures of dispersion quantify the scatter of values in a dataset.
TYPES OF MEASURES OF VARIABILITY
- There are four main measures of variability:
- Range (R)
- Quartile Deviation (Q)
- Average Deviation (AD)
- Standard Deviation (SD)
- Each measure provides a single value indicating how scores are dispersed throughout the dataset.
RANGE
- Definition: Simplest measure of dispersion, calculating the distance between the lowest and highest score.
- Formula:
R = ext{Highest Score} - ext{Lowest Score} - Limitations: Only considers extreme scores and ignores inner score variation.
QUARTILE DEVIATION (Q)
- The interquartile range is more robust as it mitigates the influence of extreme values.
- Steps to Calculate:
- Discard the upper 25% and lower 25% of scores.
- Determine Q1 (lowest 25%) and Q3 (highest 25%).
- Calculate the difference:
ext{Interquartile Range} = Q3 - Q1
Q = rac{(Q3 - Q1)}{2}
- Q1 and Q3 Definitions:
- Q1 cuts off the lowest 25% of data.
- Q3 cuts off the highest 25%, making the median the second quartile (Q2).
MEAN DEVIATION (MD)
- Definition: The mean of deviations from the average, providing a measure that accounts for all data fluctuations.
- Formula:
- For Ungrouped Data:
MD = rac{ ext{Σ} |X - M|}{N}
where:
- $X$ = Raw score
- $M$ = Mean
- $N$ = Number of items
- For Grouped Data:
MD = rac{ ext{Σ} |f imes (X - M)|}{N}
where:
- $f$ = frequency
- $X$ = mid-point
STANDARD DEVIATION (SD)
Definition: A measure of how dispersed the data is in relation to the mean. A low SD indicates data clustering around the mean, while a high SD indicates a wider spread.
Process for Finding Standard Deviation:
- Calculate the mean.
- Find squared differences from the mean.
- Compute the average of these squared differences to find variance.
- Take the square root of variance for the standard deviation.
ext{Variance} = rac{ ext{Σ}(X - M)^2}{N}
SD = ext{√Variance}
COMBINED STANDARD DEVIATION
- When combining two datasets, the overall SD can be determined using the means and standard deviations of each set.
- Formula:
SD_{combined} = ext{specific formula based on means and SDs of individual datasets} - Steps:
- Compute the combined mean.
- Assess deviations for both datasets.
- Apply calculated values in the combined standard deviation formula.
TIPS
- Weight practice: solve various problems involving measures of dispersion.
- Focus on understanding how each measure captures different aspects of data spread.
- Remember the definitions, formulas, and steps thoroughly for the exam.