Loading ⚡
Statistics is about summarizing data with a single representative value. Three such values are: Mean — the average of all values. Sum divided by count. Median — the middle value when data is arranged in order. Mode — the most frequently occurring value. For example, data: 5, 5, 7, 6, 5 Mean = (5+5+7+6+5)/5 = 28/5 = 5.6 Median = arrange → 5,5,5,6,7 → middle = 5 Mode = 5 (appears 3 times)