Skip to main content
뒤로

Exploring Data with Tables and Graphs: Visualizing and Summarizing Data

스터디 가이드 - 스마트 노트

자료에 맞춘 맞춤형 노트, 핵심 정의, 예시, 맥락을 확장해 제공합니다.

Exploring Data with Tables and Graphs

Introduction to Visualizing Data

Visualizing data is a fundamental aspect of statistics, allowing us to summarize, interpret, and communicate information effectively. Different types of graphs are used depending on whether the data is qualitative (categorical) or quantitative (numerical).

Qualitative (Categorical) Data

  • Definition: Data that can be separated into different categories distinguished by a non-numeric characteristic (e.g., eye color, nationality).

  • Common Graphs:

    • Bar Chart: Displays frequencies for each category using bars. The height/length of each bar represents the frequency or count for that category.

    • Pareto Chart: A bar chart with bars arranged in descending order of frequency.

    • Pie Chart: Shows the proportion of each category as a slice of a circle, with larger slices representing higher frequencies or percentages.

Bar chart for qualitative dataPareto chart for qualitative dataPie chart for qualitative data

Quantitative (Numerical) Data

  • Definition: Data that consists of numbers representing counts or measurements (e.g., test scores, height).

  • Common Graphs:

    • Histogram: Uses adjacent bars to show the frequency of data within equal-width intervals (classes).

    • Frequency Polygon: Connects the midpoints of histogram bars with straight lines to show the distribution shape.

    • Stemplot (Stem-and-Leaf Plot): Displays actual data values while showing the distribution.

    • Dotplot: Stacks dots above a number line to represent each data point.

    • Time-Series Graph: Plots data points in time order, connecting them to show trends over time.

Histogram for quantitative dataFrequency polygon for quantitative data

Frequency Distributions

Constructing Frequency Distributions

A frequency distribution is a table that displays the frequency (count) of observations within specified intervals (classes). It helps organize large data sets and reveals patterns in the data.

  • Class Limits: The smallest and largest values that can belong to a class.

  • Class Width: The difference between the lower limits of consecutive classes. Calculated as:

Class width formula

  • Class Midpoint: The value halfway between the lower and upper class limits. Calculated as:

Class midpoint formula

  • Relative Frequency: The proportion of the total number of data points in each class. Calculated as:

Relative frequency formula

  • Steps to Create a Frequency Distribution:

    1. Determine the number of classes (usually 5–20).

    2. Calculate class width and round up if necessary.

    3. Find the lower class limits (start at or below the minimum value).

    4. Find the upper class limits (each is one less than the next lower class limit).

    5. Tally the data into classes and count frequencies.

Histograms

Understanding Histograms

Histograms are graphical representations of frequency distributions for quantitative data. They use adjacent bars to show the frequency of data within each class interval. The shape of the histogram reveals the distribution of the data.

  • Horizontal Axis: Represents class boundaries or midpoints.

  • Vertical Axis: Represents frequency or relative frequency.

  • Distribution Shapes:

    • Normal (Bell-shaped): Symmetrical, with most data near the center.

    • Skewed Right: Data peaks on the left and trails off to the right.

    • Skewed Left: Data peaks on the right and trails off to the left.

    • Uniform: All classes have roughly equal frequencies.

Normal histogramSkewed right histogramSkewed left histogramUniform histogram

Dotplots

Creating and Interpreting Dotplots

Dotplots are simple graphs for small to moderate-sized data sets. Each data value is represented by a dot above its corresponding value on a number line. Dotplots are useful for comparing groups and identifying clusters, gaps, and outliers.

Dotplot example

Stemplots (Stem-and-Leaf Plots)

Constructing Stemplots

Stemplots display quantitative data by splitting each value into a "stem" (all but the final digit) and a "leaf" (the final digit). This method preserves the original data values while showing the distribution.

  • Steps to Create a Stemplot:

    1. Order the data from smallest to largest.

    2. Write stems in a column and draw a vertical line to the right.

    3. List each leaf next to its stem.

Stemplot example

Time-Series Graphs

Understanding Time-Series Graphs

Time-series graphs plot data points in chronological order, connecting them with line segments. The horizontal axis represents time, and the vertical axis represents the measured variable. These graphs are useful for identifying trends, cycles, and seasonal variations.

Time-series graph example

Bar Graphs and Pareto Charts

Bar Graphs

Bar graphs are used to display and compare the frequency of categories for qualitative data. The length or height of each bar is proportional to the frequency or count of each category.

Bar graph example

Pareto Charts

Pareto charts are bar graphs with categories arranged in descending order of frequency. They are useful for highlighting the most significant categories.

Pareto chart example

Pie Charts

Creating and Interpreting Pie Charts

Pie charts display the relative frequency or percentage of categories as slices of a circle. Each slice's size is proportional to the category's frequency.

  • To calculate the percentage for a category:

Pie chart example

Frequency Polygons

Constructing Frequency Polygons

Frequency polygons are line graphs that use class midpoints on the x-axis and frequencies on the y-axis. Points are plotted for each class and connected by straight lines, providing a clear view of the distribution's shape.

  • Class Midpoint Formula:

Class midpoint formulaFrequency polygon example

Summary Table: Common Graph Types and Their Uses

Graph Type

Data Type

Main Purpose

Bar Chart

Qualitative

Compare frequencies of categories

Pareto Chart

Qualitative

Highlight most frequent categories

Pie Chart

Qualitative

Show proportions of categories

Histogram

Quantitative

Show frequency distribution of data

Frequency Polygon

Quantitative

Show distribution shape

Stemplot

Quantitative

Display actual data values and distribution

Dotplot

Quantitative

Show individual data points

Time-Series Graph

Quantitative (over time)

Show trends over time

Additional info: This guide covers the essential graphical methods for summarizing and exploring data in introductory statistics. Mastery of these visual tools is foundational for further statistical analysis and interpretation.

Pearson Logo

스터디 프렙