This is a free preview. For full access
Summarizing and Visualizing Data
Building a Cumulative Frequency Table
Description
A cumulative frequency distribution shows how data build up across class intervals. Instead of counting only the values in one class, it counts the values in that class and in every class to its left. It is a useful way to track how data accumulate as the table progresses.
A cumulative frequency ...
Show More
Transcript
考虑以不同价格范围购买相机的客户的频率分布。该表显示,有三位客户购买了价格从 40 美元到 59 美元不等的相机。
要了解有多少客户购买了价格低于 60 美元的相机,请计算前两类的累积频率。它由 current 和 preceding class intervals 的所有频率之和给出。
同样,其余的累积频率也使用相同的方法进行估计。
请注意,相邻类的上限和下限相差 1 的值。通过计算这些类限制的中点来弥合这些差距,从而产生类边界。
请注意,每个类边界之间存在 20 的差异。因此,从第一个类边界中减去 20,并将 20 添加到最后一个类边界,以分别获得起点和端点。
Show More