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
다양한 가격대의 카메라를 구매한 고객의 빈도 분포를 생각해 보십시오. 이 표는 3명의 고객이 40달러에서 59달러 사이의 카메라를 구입했음을 보여줍니다.
가격이 60달러 미만인 카메라를 구매한 고객 수를 확인하려면 처음 두 클래스에 대한 누적 빈도를 계산하십시오. 현재 클래스 간격과 이전 클래스 간격의 모든 주파수의 합으로 제공됩니다.
마찬가지로, 나머지 누적 빈도는 동일한 방법을 사용하여 추정됩니다.
인접한 클래스의 상한 및 하한 클래스 한계는 1의 값만큼 다릅니다. 이러한 격차는 이러한 클래스 제한의 중간점을 계산하여 메워지며, 그 결과 클래스 경계가 생성됩니다.
...Show More