Chapter: Introduction to Statistics - Making Sense of Data!

Hey there! Welcome to the exciting world of Statistics. You might be thinking, "Statistics? Is that just a bunch of boring numbers and charts?" Not at all! Statistics is like being a detective. It's the science of collecting, organising, and understanding information (we call this data) to uncover secrets, spot trends, and make smart decisions.

In this chapter, we'll learn how to gather information, how to arrange it so it makes sense, and how to display it visually using neat diagrams. Let's get started!


Part 1: Gathering and Organising Our Clues - Data Collection & Sorting

Before a detective can solve a mystery, they need to gather clues. In statistics, our clues are called data. Data is a collection of facts, numbers, or measurements.

The Stages of Statistical Enquiry

Doing a statistical study follows four main steps:

  1. Formulating questions: Decide what question you want to answer.
  2. Collecting data: Gather information to help answer your question.
  3. Organising and presenting data: Put the data into tables and charts.
  4. Analysing and interpreting: Draw conclusions and make decisions based on what you find.

How Do We Collect Data?

We can gather data using different methods depending on our goal:

  • Primary Data: Data that you collect yourself directly. Examples include conducting surveys or questionnaires, carrying out experiments, or making direct observations.
  • Secondary Data: Data collected by someone else that you use. Examples include looking up government census records, weather reports from the Hong Kong Observatory, or information from published books and websites.

What Kind of Data Are We Dealing With?

Data usually comes in two main types. It's important to know the difference!

1. Discrete Data

This is data that can be counted in whole numbers. You cannot have values in between.

  • Example: Number of pets you own (you can have 2 cats, not 2.5 cats).
  • Example: Your shoe size (e.g., 7, 7.5, 8 - there are fixed values, not an infinite number in between).
  • Example: The score when you roll a dice (1, 2, 3, 4, 5, or 6).
2. Continuous Data

This is data that can be measured. It can take any value within a given range.

  • Example: Your height (you could be 150 cm, 150.1 cm, 150.11 cm...).
  • Example: The time it takes to run 100 metres (e.g., 15.2 seconds, 15.25 seconds...).
  • Example: The temperature of a room.

Quick Review Box

Discrete = Countable (like apples in a basket)
Continuous = Measurable (like the weight of an apple)


Organising Data: Frequency Distribution Tables

Imagine you ask 20 friends how many siblings they have. You get this list: 1, 2, 1, 0, 3, 1, 2, 4, 0, 1, 2, 2, 1, 1, 3, 0, 2, 1, 2, 1. It's a mess! A Frequency Distribution Table helps us organise this mess neatly.

Frequency just means "how many times something happens".

For Ungrouped Data:

We list each possible value and count how many times it appears using tally marks.

Number of Siblings | Tally | Frequency
-----------------|-----------|--------------
0 | III | 3
1 | IIII III | 8
2 | IIII I | 6
3 | II | 2
4 | I | 1
-----------------|-----------|--------------
Total | | 20

See? So much easier to read! We can quickly see that having 1 sibling is the most common.

For Grouped Data (when you have a wide range of values):

What if we measured the heights (in cm) of 20 students? It's better to group them into class intervals.

Example Data (heights in cm): 155, 161, 173, 158, 163, 168, 175, 159, 165, 164, 171, 178, 166, 169, 157, 160, 164, 170, 174, 167

Height (cm) | Tally | Frequency
-----------------|-----------|--------------
155 - 159 | IIII | 4
160 - 164 | IIII | 5
165 - 169 | IIII | 5
170 - 174 | IIII | 4
175 - 179 | II | 2
-----------------|-----------|--------------
Total | | 20
Key Takeaway for Part 1

Statistics begins by defining a problem and collecting data through primary or secondary methods. We classify data into discrete (countable) or continuous (measurable), and organise it using frequency distribution tables.


Part 2: Drawing the Picture - Presenting Data Visually

A picture is worth a thousand words... or a thousand numbers! Statistical charts help us see patterns and trends in our data instantly. You already know simple diagrams like bar charts, pie charts, and broken-line graphs. Let's look at more useful diagrams for secondary school!

Stem-and-Leaf Diagrams

A stem-and-leaf diagram is a clever way to show all data values in a neat, ordered display while preserving the original numbers. The 'stem' represents the leading digit(s), and the 'leaf' represents the trailing unit digit.

How to build one:

Let's use these test scores: 75, 81, 94, 62, 88, 79, 81, 95, 75, 67

Step 1: Find the lowest and highest scores to determine your stems (scores range from the 60s to 90s, so the stems are 6, 7, 8, 9).

Step 2: Write the stems vertically on the left side of a vertical line.

Step 3: Place each leaf (last digit) on the right side in the corresponding stem row.

Step 4: Arrange the leaves in numerical order from left to right, and include a key!

Test Scores
Stem | Leaf
-----|----------
6 | 2 7
7 | 5 5 9
8 | 1 1 8
9 | 4 5
-----|----------
Key: 6 | 2 means 62

We can instantly see that the scores are mostly clustered in the 70s and 80s, and no original data value is lost!

Scatter Diagrams

Sometimes we collect two related sets of data from each person or item (called bivariate data), such as a student's study hours and their exam mark. A scatter diagram plots these pairs of values as coordinates on a grid to see if there is any relationship between the two variables.

Types of Relationships in Scatter Diagrams:
  • Positive Relationship: When one variable increases, the other variable also tends to increase (points go upwards from left to right). Example: Height and shoe size.
  • Negative Relationship: When one variable increases, the other variable tends to decrease (points go downwards from left to right). Example: Time spent playing video games and time spent sleeping.
  • No Relationship: Points are scattered randomly with no clear upward or downward pattern. Example: Shoe size and exam score in Mathematics.

Watch Out! Uses and Abuses of Charts

Statistical diagrams can sometimes be drawn in ways that mislead the reader. Always look carefully:

  • Broken Axis / Truncated Axis: If the vertical axis does not start at 0 (or uses a zigzag line without notice), small differences can look dramatically exaggerated.
  • Uneven Scales: When intervals on an axis are spaced unevenly, the trend appears distorted.
  • Misleading Pictograms: Using 2D pictures or 3D objects instead of simple bars can mislead readers because doubling the height can make the area or volume look 4 or 8 times bigger!
Key Takeaway for Part 2

Statistical diagrams help us visualise data clearly. Stem-and-leaf diagrams display individual values and distributions, while scatter diagrams allow us to investigate relationships between two variables. Always examine axes and scales critically to spot misleading charts!