![]() |
VOOZH | about |
In statistics, frequency refers to the number of times a particular value or event occurs in a data set. For example, if you are counting how many people chose a specific answer in a survey, the number of people who selected that answer is the frequency. It helps to summarize data by showing how often different values appear.
In statistics, frequency refers to the number of times a value occurs in a set of data.
Absolute frequency refers to the exact number of times a specific value or event occurs in a data set. For example, if 10 people selected "Yes" in a survey, the absolute frequency of "Yes" is 10. It's simply a count of occurrences without any comparison or percentage.
Let's take an example of the number of cars owned by households.
Consider this data set.
0, 1, 2, 1, 0, 2, 3, 1, 1, 0
Count the occurrence of each value and make a table like below for Absolute Frequency.
Value | Absolute Frequency |
|---|---|
0 | 3 |
1 | 4 |
2 | 2 |
3 | 1 |
Now we have the frequency of each element.
Relative frequency is the proportion or percentage of times a specific value or event occurs compared to the total number of occurrences.
For example, if 10 out of 50 people chose "Yes" in a survey, the relative frequency of "Yes" is 10/50 or 20%. It shows how often something happens in relation to the total.
Formula for Relative Frequency is given as:
Relative Frequency = Absolute Frequency/Total Number of Observations.
Let's consider an example for better understanding.
Considering the example taken in absolute frequency:
Value | Absolute frequency |
|---|---|
0 | 3 |
1 | 4 |
2 | 2 |
3 | 1 |
Total Number of Observations = 10
Calculate Relative Frequencies
Value | Absolute frequency | Relative frequency |
|---|---|---|
0 | 3 | 0.3 |
1 | 4 | 0.4 |
2 | 2 | 0.2 |
3 | 1 | 0.1 |
Total Number of Observations | 10 |
We can interpret these calculated relative frequencies as percentages of the whole. For example:
Note: The sum of the relative frequencies is always 1.
Cumulative frequency is the running total of frequencies as you move through a data set. It shows how many values fall below or equal to a certain point. For example, if you’re counting test scores, the cumulative frequency tells you how many students scored at or below a certain score.
Let's consider an example for better understanding.
Example: Let’s extend the car example above to calculate cumulative frequencies.
"How many households own this number of cars or fewer?"
Cumulative frequency = 3 (only considering 0 cars)
Cumulative frequency = 3 (from 0 cars) + 4 (for 1 car) = 7
Cumulative frequency = 7 (from 0 and 1 car) + 2 (for 2 cars) = 9
Cumulative frequency = 9 (from 0, 1 and 2 cars) + 1 (for 3 cars) = 10
We can represent this in the table as follows:
Number of Cars | Absolute Frequency | Cumulative Frequency |
|---|---|---|
0 | 3 | 3 |
1 | 4 | 7 |
2 | 2 | 9 |
3 | 1 | 10 |