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 美元相机的顾客数量,需计算前两个组别的累积频率。累积频率等于当前组别及其之前所有组别频率的总和。
同样,其余的累积频率也采用相同的方法进行估算。
请注意,相邻组的上限和下限相差一个单位。通过计算这些组限的中点来填补这些间隙,从而得到组界。
注意,每个组的边界之间相差 20。因此,从第一个组的边界减去 20,向最后一个组的边界加上 20,分别得到起始点和终点。
Show More