Educational note: This page supports academic biology learning and exam preparation. Verify syllabus-specific details with your teacher, textbook, and institution.
শিক্ষামূলক নোট: এই পৃষ্ঠা একাডেমিক জীববিজ্ঞান শেখা ও পরীক্ষার প্রস্তুতির সহায়ক।

Measures of Central Tendency: কেন্দ্রীয় প্রবণতার পরিমাপ

Concept Overview

Central tendency হলো data-র কেন্দ্র বা representative value নির্ণয়ের পদ্ধতি। Biological data অনেকগুলো observation নিয়ে গঠিত হয়; central tendency সেই data-কে একটি summary value দিয়ে বোঝাতে সাহায্য করে। সবচেয়ে প্রচলিত তিনটি measure হলো mean, median and mode.

Central tendency answers:

Where is the center of the data?
Which value represents the dataset most usefully?

Why This Matters

Fish length, plant height, blood pressure, seed germination, exam score or species count—যেকোনো biological dataset বিশ্লেষণের প্রথম ধাপ হলো center বোঝা। কিন্তু সব data-র জন্য একই measure best নয়। Symmetric data-তে mean useful, skewed data-তে median safer, categorical/frequency data-তে mode useful হতে পারে।

Central-Tendency Learning Focus

এই lecture central LBFL framework-কে Biostatistics summary formula-তে প্রয়োগ করে। Learner-এর focus হবে mean, median, mode, data type, skewness awareness, grouped-ungrouped distinction, formula meaning, and biological interpretation.

Mean / Arithmetic Mean

Mean হলো সব value-এর যোগফলকে observation সংখ্যায় ভাগ করলে যে মান পাওয়া যায়।

Mean = ΣX / n

Where:

  • ΣX = all observations-এর sum
  • n = number of observations

Example:

Data: 8, 10, 12, 14, 16
Mean = (8 + 10 + 12 + 14 + 16) / 5
     = 60 / 5
     = 12

Median

Median হলো ordered data-র middle value. এটি extreme value দ্বারা mean-এর তুলনায় কম প্রভাবিত হয়।

Odd number of observations:

Median position = (n + 1) / 2

Example:

Data: 5, 7, 9, 11, 13
n = 5
Median position = (5 + 1) / 2 = 3rd value
Median = 9

Even number of observations:

Median = average of two middle values

Example:

Data: 5, 7, 9, 11
Median = (7 + 9) / 2 = 8

Mode

Mode হলো dataset-এ সবচেয়ে বেশি বার যে value দেখা যায়।

Example:

Data: 4, 5, 5, 6, 7, 8
Mode = 5

Mode categorical data-তেও ব্যবহারযোগ্য। যেমন: most common blood group, most common habitat type, or most frequent response category.

Mean, Median and Mode Comparison

Mean

All values ব্যবহার করে central value বের করে।

Best for: approximately symmetric numerical data.

Median

Ordered data-র middle value.

Best for: skewed data or outlier-prone data.

Mode

Most frequent value/category.

Best for: categorical or frequency data.

Which Measure Should You Use?

Data condition Better measure Reason
Symmetric numerical data Mean all observations included
Skewed numerical data Median less affected by extreme values
Categorical data Mode category frequency matters
Outlier present Median robust central location
Most common response needed Mode identifies frequent value/category

Grouped Data Awareness

For grouped frequency table, mean is calculated using class midpoint and frequency.

Mean = Σfx / Σf

Where:

  • f = frequency
  • x = class midpoint
  • Σfx = sum of frequency × midpoint
  • Σf = total frequency

Grouped median and grouped mode use separate class-boundary formulas, but the central idea remains the same: find the representative center of the distribution.

Central Tendency and Skewness

Symmetric distribution:
Mean ≈ Median ≈ Mode

Right-skewed distribution:
Mean > Median > Mode

Left-skewed distribution:
Mean < Median < Mode

Skewness matters because extreme values can pull mean away from the typical value.

Worked Biological Example

Suppose body weight of five fishes is:

120 g, 125 g, 130 g, 135 g, 190 g

Mean:

Mean = (120 + 125 + 130 + 135 + 190) / 5
     = 700 / 5
     = 140 g

Median:

Ordered data: 120, 125, 130, 135, 190
Median = 130 g

Interpretation: The 190 g fish pulls mean upward. Median may better represent the typical fish weight in this small skewed dataset.

Common Mistakes to Avoid

Mistake 1

Using mean for every dataset without checking outliers or skewness.

Mistake 2

Finding median before arranging data in ascending or descending order.

Mistake 3

Thinking mode must always exist or must be unique. A dataset can be no-mode, unimodal, bimodal or multimodal.

Mistake 4

Confusing central tendency with dispersion. Center and spread answer different questions.

Synaptic Bridge

Central tendency teaches that a complex group can sometimes be summarized by a representative value, but every summary has limits. In learning and life, average is useful, but it should never hide variation, outliers or individual realities.

Critical Thinking Questions

  1. Why can mean be misleading when outliers are present?
  2. Why must data be ordered before finding median?
  3. When is mode more useful than mean?
  4. How can two datasets have the same mean but different dispersion?
  5. In a skewed biological dataset, why might median be more honest than mean?

References

  • Standard HSC Zoology Biostatistics notes.
  • General biostatistics references on mean, median, mode and grouped data summary.