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 долларов, посчитайте совокупную частоту для первых двух классов. Он задается суммой всех ч...
Show More