S2.Measures of Central Tendency and Variability, Data Visualization
S2.Measures of Central Tendency and Variability, Data Visualization
• Purpose: To provide insights into the data's typical values and spread
without making conclusions about a larger population.
Measures of Central Tendency
• Definition: These measures indicate the "center" or typical value of a
dataset.
• Key Types:
• Mean: The average value.
• Steps to Calculate:
• Order the data values.
• Find the middle number (or the average of two middle numbers if the
dataset has an even number of values).
• Uses: Useful for categorical data to find the most common category.
• Limitations: May not exist or may have multiple values in the case of
bimodal or multimodal data.
• High Standard Deviation: Data points are spread out (high variability).
• Types of Visualizations:
• Bar Charts: For comparing categories.
• Histograms: For showing frequency distribution of numerical data.
• Box Plots: For visualizing data spread and identifying outliers.
• Pie Charts: For representing proportions in categorical data.
Example: Bar Chart
• Description: Ideal for categorical data to compare quantities across
categories.
• Example Chart:
Example: Histogram
Description: Useful for showing the distribution of continuous data.
Example Chart:
Example: Box Plot
Description: Visualizes the minimum, first quartile, median, third
quartile, and maximum.
Example Chart:
Summary
Recap