Comprehensive theory, key formulas, diagrams, and memory aids for Statistics.
In our daily lives, we are constantly bombarded with data: election results, cricket scores, weather forecasts, and economic trends. Making sense of this massive amount of information requires a systematic approach. The branch of mathematics that deals with the collection, presentation, analysis, and interpretation of data is called Statistics.
In this chapter, we will learn how to organize raw data and calculate central tendencies to extract meaningful insights.
Data refers to facts or figures collected with a definite purpose. * Primary Data: Data collected by the investigator themselves for a specific purpose (e.g., you counting the number of trees in your school). * Secondary Data: Data gathered from a source where it has already been collected and stored (e.g., getting the population of a city from a government website).
When data is initially collected, it is in an unorganized form called raw data. To make sense of it, we must present it in tables or graphs.
If a class of 30 students took a math test (out of 100), listing all 30 marks is hard to read. Instead, we can group them. The number of times a particular observation occurs is called its frequency.
Note: In an exclusive interval like $10-20$, a score of exactly $20$ is not included in this group; it is placed in the next group ($20-30$).
Visualizing data makes it much easier to spot trends and compare groups.
A bar graph is a pictorial representation of data using solid bars of uniform width. The height (or length) of the bars is proportional to the frequency of the data they represent. There is equal spacing between the bars. It is usually used for categorical data (e.g., favorite colors, months of the year).
A histogram looks similar to a bar graph, but it is used for continuous grouped frequency distributions. * The class intervals are plotted on the horizontal axis (x-axis). * The frequencies are plotted on the vertical axis (y-axis). * There are no gaps between the rectangular bars because the data is continuous. * The area of each rectangle is proportional to the corresponding frequency.
A frequency polygon is another way to display quantitative data. It can be drawn over a histogram by joining the mid-points of the top of each rectangular bar with straight lines. It can also be drawn independently by plotting the frequencies against the class marks of the intervals and joining the points.
Often, we need a single value that represents the "center" or "average" of the entire dataset. These are called measures of central tendency. The three most common measures are Mean, Median, and Mode.
The mean is the sum of all observations divided by the total number of observations. It is denoted by $\bar{x}$ (x-bar).
For ungrouped raw data: $\bar{x} = \frac{\sum x_i}{n} = \frac{x_1 + x_2 + \dots + x_n}{n}$ (Where $\sum$ (Sigma) means "the sum of", $x_i$ are the individual observations, and $n$ is the number of observations).
For an ungrouped frequency distribution: (where observation $x_i$ occurs with frequency $f_i$) $\bar{x} = \frac{\sum f_i x_i}{\sum f_i}$
The median is the middlemost value of a dataset when the data is arranged in ascending or descending order. It divides the data into two equal halves.
Steps to find the Median for ungrouped data: 1. Arrange the data in ascending (or descending) order. 2. Count the number of observations ($n$). 3. If $n$ is odd: The median is the value of the $\left(\frac{n+1}{2}\right)^{th}$ observation. 4. If $n$ is even: The median is the mean (average) of the $\left(\frac{n}{2}\right)^{th}$ and the $\left(\frac{n}{2} + 1\right)^{th}$ observations.
Example: Find the median of $5, 2, 9, 1, 7$. Sorted: $1, 2, 5, 7, 9$. Here $n = 5$ (odd). Median = $\left(\frac{5+1}{2}\right) = 3^{rd}$ observation, which is $5$.
The mode is the value of the observation which occurs most frequently (i.e., the one with the maximum frequency). Example: In the dataset $2, 4, 4, 4, 5, 6, 7$, the mode is $4$ because it occurs three times.
Note: A dataset can have more than one mode (bimodal or multimodal) if multiple values share the highest frequency.
Statistics provides a framework to convert chaotic numbers into clear, understandable information. Through frequency tables, graphs, and measures of central tendency (mean, median, mode), we can summarize large datasets into single representative figures, allowing for informed decision-making based on mathematical evidence.