Logo AnimGAnimG

Building a Frequency Distribution Table Step by Step

Frequency Distribution Table Construction

Overview

The animation demonstrates how a raw list of 10 sales values is transformed stepโ€‘byโ€‘step into a complete frequency distribution table, showing absolute frequency, relative frequency, percentage, cumulative absolute frequency, cumulative relative frequency, and cumulative percentage.


Phases

# Phase Name Duration Description
1 Data Introduction ~4s The 10 sales data points appear as a horizontal list in the bottom area.
2 Class Binning ~5s The data are grouped into appropriate class intervals (e.g., [0,10),[10,20),โ€ฆ[0,10),[10,20),\dots). The intervals are displayed in the left area.
3 Absolute Frequency ~5s For each class, the count of data points is tallied and shown in the table column "ff".
4 Relative Frequency ~4s The relative frequency r=fNr = \frac{f}{N} is computed and displayed in column "rr".
5 Percentage ~4s Percentages p=100,rp = 100\\,r are added in column "\\%".
6 Cumulative Absolute ~4s Cumulative absolute frequency FF is filled column "FF".
7 Cumulative Relative & Percent ~4s Cumulative relative R=FNR = \frac{F}{N} and cumulative percent P=100,RP = 100\\,R are added in columns "RR" and "\\%_{cum}".
8 Final Table Reveal ~3s The complete table fades in, and the bottom data list fades out.
9 Outro ~2s A brief caption summarizing the key takeaway fades in at the bottom.

Layout

โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚                 TOP AREA                    โ”‚
โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค
โ”‚                      โ”‚                      โ”‚
โ”‚      LEFT AREA       โ”‚     RIGHT AREA       โ”‚
โ”‚  (Table building)    โ”‚  (Class intervals   โ”‚
โ”‚                      โ”‚   & legends)         โ”‚
โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค
โ”‚                 BOTTOM AREA                 โ”‚
โ”‚   Raw sales data list (initially)           โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

Area Descriptions

Area Content Notes
Top Title: "Construcciรณn de la tabla de distribuciรณn de frecuencias" Fades in at start of Phaseโ€ฏ1
Left The frequency table, columns added progressively per phase Primary focus; columns appear with a smooth leftโ€‘toโ€‘right reveal
Right List of class intervals with a brief legend explaining bin width Appears in Phaseโ€ฏ2 and stays throughout
Bottom Horizontal list of the 10 raw sales values (e.g., 5, 12, 7, 22, โ€ฆ) Visible only in Phaseโ€ฏ1, fades out after Phaseโ€ฏ8

Notes

  • The raw data are generated randomly but fixed for reproducibility (e.g., [5,12,7,22,9,15,18,3,27,11][5, 12, 7, 22, 9, 15, 18, 3, 27, 11]).
  • Class intervals are chosen to cover the data range with a convenient bin width (e.g., widthโ€ฏ=โ€ฏ5).
  • All numerical values are displayed with one decimal place for relative and cumulative relative columns, and with no decimals for absolute counts.
  • Transitions between phases use a brief crossโ€‘fade (โ‰ˆ0.5โ€ฏs) to keep the total runtime under 30โ€ฏseconds.
  • No textual narration is used; the visual progression alone conveys the construction process.
  • The final caption in the Outro reads: "La tabla muestra cรณmo se distribuyen las ventas en frecuencias absolutas, relativas y acumuladas."

Creato da

Blanca CujiBlanca Cuji

Descrizione

The animation starts with ten sales numbers, groups them into equal class intervals, then sequentially fills a table with absolute counts, relative frequencies, percentages, cumulative counts, cumulative relative frequencies and cumulative percentages, ending with the complete table and a summary caption.

Creato il

Mar 31, 2026, 05:25 PM

Durata

0:35

Tag

statisticsfrequency-distributiondata-visualizationeducational

Stato

Completata
Modello AI
Auto