Grouped data

Grouped data are data formed by aggregating individual observations of a variable into groups, so that a frequency distribution of these groups serves as a convenient means of summarizing or analyzing the data. There are two major types of grouping: data binning of a single-dimensional variable, replacing individual numbers by counts in bins; and grouping multi-dimensional variables by some of the dimensions (especially by independent variables), obtaining the distribution of ungrouped dimensions (especially the dependent variables).

Example

The idea of grouped data can be illustrated by considering the following raw dataset:

Table 1: Time taken (in seconds) by a group of students to answer a simple math question
202524331326819311116211711341415211817

The above data can be grouped in order to construct a frequency distribution in any of several ways. One method is to use intervals as a basis.

The smallest value in the above data is 8 and the largest is 34. The interval from 8 to 34 is broken up into smaller subintervals (called class intervals). For each class interval, the number of data items falling in this interval is counted. This number is called the frequency of that class interval. The results are tabulated as a frequency table as follows:

Table 2: Frequency distribution of the time taken (in seconds) by the group of students to answer a simple math question
Time taken (in seconds)Frequency
5 ≤ t < 101
10 ≤ t < 154
15 ≤ t < 206
20 ≤ t < 254
25 ≤ t < 302
30 ≤ t < 353

Another method of grouping the data is to use some qualitative characteristics instead of numerical intervals. For example, suppose in the above example, there are three types of students: 1) Below normal, if the response time is 5 to 14 seconds, 2) normal if it is between 15 and 24 seconds, and 3) above normal if it is 25 seconds or more, then the grouped data looks like:

Table 3: Frequency distribution of the three types of students
Frequency
Below normal5
Normal10
Above normal5

Yet another example of grouping the data is the use of some commonly used numerical values, which are in fact "names" we assign to the categories. For example, let us look at the age distribution of the students in a class. The students may be 10 years old, 11 years old or 12 years old. These are the age groups, 10, 11, and 12. Note that the students in age group 10 are from 10 years and 0 days, to 10 years and 364 days old, and their average age is 10.5 years old if we look at age in a continuous scale. The grouped data looks like:

Table 4: Age distribution of a class of students
AgeFrequency
1010
1120
1210

Mean of grouped data

An estimate, , of the mean of the population from which the data are drawn can be calculated from the grouped data as:

In this formula, x refers to the midpoint of the class intervals, and f is the class frequency. Note that the result of this will be different from the sample mean of the ungrouped data. The mean for the grouped data in the above example, can be calculated as follows:

Class IntervalsFrequency ( f )Midpoint ( x )f x
5 and above, below 1017.57.5
10 ≤ t < 15412.550
15 ≤ t < 20617.5105
20 ≤ t < 25422.590
25 ≤ t < 30227.555
30 ≤ t < 35332.597.5
TOTAL20405


Thus, the mean of the grouped data is


The mean for the grouped data in example 4 above can be calculated as follows:

Age GroupFrequency ( f )Midpoint ( x )f x
101010.5105
112011.5230
121012.5125
TOTAL40460


Thus, the mean of the grouped data is

See also

Notes

    umeshnikita123/>

    References

    • Newbold, P.; Carlson, W.; Thorne, B. (2009). Statistics for Business and Economics (Seventh ed.). Pearson Education. ISBN 978-0-13-507248-6.
    This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.