You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
Descriptive statistics condense large datasets into simple summaries. They help you understand the shape, centre, and spread of your data before moving on to more complex analyses.
Central tendency describes where the "middle" of a dataset lies.
The mean is the sum of all values divided by the number of values:
x̄ = (x₁ + x₂ + ... + xₙ) / n
Example: For the data set {4, 8, 6, 5, 3, 7, 9}
x̄ = (4 + 8 + 6 + 5 + 3 + 7 + 9) / 7 = 42 / 7 = 6
Note: The mean is sensitive to outliers. A single extreme value can pull the mean far from the typical value.
The median is the middle value when data is sorted in ascending order.
Example: Sorted data {3, 4, 5, 6, 7, 8, 9} → Median = 6
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.