Numerical Variables: Frequency Distribution

Usually, numerical variables by default will have a frequency of 1 most of the time making the frequency table impractical for any analysis.

DatasetFrequency
11
91
221
241
321
411
441
481
571
661
701
731
751
761
791
821
871
891
951
1001
Total20
Default frequency distribution table of numerical data

When dealing with numerical variables, it makes much more sense to group data into intervals and find the corresponding frequencies of the intervals. This way, we make a summary of the data that allows for a meaningful visual representation.

The correct choice of interval width largely depends on the data we are working with.

simple Interval Width formula = (largest number – smallest number)/no of desired intervals

Desired intervals5
Interval width = roundup(100-1)/520
finding interval width

A number is included in an interval if the number is:

  • Greater than the lower bound
  • lesser than or equal to the upper bound
Interval startInterval endFrequencyRelative frequency
121210%
2141420%
4161315%
6181630%
81101525%
Revised frequency distribution table with intervals


Posted

in

by

Tags: