শিক্ষামূলক নোট: এই পৃষ্ঠা একাডেমিক জীববিজ্ঞান শেখা ও পরীক্ষার প্রস্তুতির সহায়ক।
Measures of Dispersion: বিস্তারের পরিমাপ
Concept Overview
Dispersion বা বিস্তারের পরিমাপ দেখায় data গড়ের চারপাশে কতটা ছড়িয়ে আছে। Mean, median, mode data-র কেন্দ্র দেখায়; কিন্তু data কতটা stable, scattered, reliable or variable—তা বুঝতে dispersion দরকার।
একই mean থাকা দুইটি dataset সম্পূর্ণ ভিন্ন হতে পারে। একটি dataset-এর সব value গড়ের কাছে থাকতে পারে; অন্য dataset-এ value অনেক দূরে ছড়ানো থাকতে পারে। Biostatistics-এ এই variation বুঝতে range, variance, standard deviation, standard error and coefficient of variation ব্যবহার করা হয়।
Why This Matters
Biological data naturally variable. Fish weight, plant height, blood pressure, seed germination, enzyme activity, species count—সব জায়গায় variation আছে। Dispersion না বুঝলে learner শুধু average দেখে ভুল সিদ্ধান্ত নিতে পারে। Scientific interpretation requires center + spread together.
LBFL Educational Framework
Use the central framework pages below for the full method. This page keeps only the topic-specific learning path so learners do not meet the same boilerplate repeatedly.
Dispersion-Specific Learning Focus
এই lecture central LBFL framework-কে Biostatistics formula interpretation-এ প্রয়োগ করে। Learner-এর focus হবে range, variance, standard deviation, standard error, coefficient of variation, formula meaning, unit interpretation, and biological reliability.
Quick Idea
Central tendency answers: Where is the center?
Dispersion answers: How far are observations spread around the center?
Main Measures of Dispersion
Range
Maximum value and minimum value-এর difference.
Use: quick overview of total spread.
Variance
Mean থেকে squared deviation-এর average.
Use: mathematical analysis of variation.
Standard Deviation
Variance-এর square root; original unit-এ spread দেখায়.
Use: common biological interpretation.
Standard Error
Sample mean কতটা precisely population mean estimate করছে তা দেখায়.
Use: inference and confidence logic.
Coefficient of Variation
SD-কে mean-এর percentage হিসেবে দেখায়.
Use: different unit/scale data compare করা।
Range
Range = Xmax − Xmin
Example:
Data: 12, 14, 15, 16, 20
Range = 20 − 12 = 8
Range খুব সহজ, কিন্তু only two extreme values ব্যবহার করে। মাঝের values কীভাবে ছড়িয়েছে তা range দিয়ে বোঝা যায় না।
Variance
Sample variance:
s² = Σ(X − X̄)² / (n − 1)
Where:
- X = each observation
- X̄ = sample mean
- n = sample size
- n − 1 = degrees of freedom for sample variance
Variance squared unit-এ থাকে। যেমন weight kg হলে variance kg² হয়। তাই direct biological interpretation কঠিন হতে পারে, কিন্তু mathematical analysis-এ variance গুরুত্বপূর্ণ।
Standard Deviation
Sample standard deviation:
s = √[Σ(X − X̄)² / (n − 1)]
SD original unit-এ ফিরে আসে। তাই biological interpretation সহজ।
Low SD → values are close to mean
High SD → values are widely scattered
Standard Error of Mean
SE = SD / √n
Standard error দেখায় sample mean কতটা stable estimate। Sample size বাড়লে SE কমে, কারণ larger sample সাধারণত population mean estimate করতে বেশি reliable হয়।
Coefficient of Variation
CV% = (SD / Mean) × 100
CV useful when two datasets have different means or units. Example: body length and body weight variation সরাসরি SD দিয়ে compare করা কঠিন হতে পারে; CV percentage হিসেবে relative variation দেখায়।
Worked Example
Data:
10, 12, 13, 15, 20
Mean:
X̄ = (10 + 12 + 13 + 15 + 20) / 5 = 14
Deviation table:
| X | X − X̄ | (X − X̄)² |
|---|---|---|
| 10 | -4 | 16 |
| 12 | -2 | 4 |
| 13 | -1 | 1 |
| 15 | 1 | 1 |
| 20 | 6 | 36 |
| Total | 58 |
Sample variance:
s² = 58 / (5 − 1) = 58 / 4 = 14.5
Standard deviation:
s = √14.5 ≈ 3.81
Interpretation: observations are spread around the mean by about 3.81 units on average in SD sense.
Comparison Table
| Measure | Formula idea | Main advantage | Limitation |
|---|---|---|---|
| Range | Xmax − Xmin | easiest | affected by extreme values |
| Variance | squared deviations | mathematically powerful | squared unit |
| SD | square root of variance | original unit | affected by outliers |
| SE | SD / √n | precision of mean | not same as data spread |
| CV | SD / Mean × 100 | relative variation | problematic if mean near zero |
SD vs SE
Standard Deviation
Shows variation among individual observations.
Question: How scattered are the data?
Standard Error
Shows precision of the sample mean as an estimate of population mean.
Question: How reliable is the mean estimate?
Common Mistakes to Avoid
Mistake 1
Thinking same mean means same dataset. Variation may be different.
Mistake 2
Confusing SD and SE. SD describes data spread; SE describes mean precision.
Mistake 3
Using range alone for serious interpretation. Range ignores middle data structure.
Mistake 4
Comparing SD of very different scales without considering CV.
Synaptic Bridge
Dispersion teaches that average life is not the whole truth. Two classes may have the same average score, but one class may be consistent while another is highly scattered. Biostatistics therefore teaches fairness: judge not only the center, but also the spread.
Critical Thinking Questions
- Why is mean alone insufficient for biological interpretation?
- Why does variance use squared deviation?
- Why is SD easier to interpret than variance?
- How does increasing sample size affect SE?
- When is CV better than SD for comparison?
Related Learning Paths
- Biostatistics Hub
- Basic Concepts of Biostatistics
- T-test: Significant Difference Between Means
- MCQ Arena
References
- Standard HSC Zoology Biostatistics notes.
- General biostatistics references on range, variance, standard deviation, standard error and coefficient of variation.