📐 Estimation in Statistics
Last Updated: Jan 2026
Estimation is the process of using sample data to estimate an unknown population parameter.
Population parameters like:
- Mean ()
- Proportion ()
- Variance ()
are usually unknown, so we estimate them using samples.
🗣 Hinglish Tip: Estimation = sample ke basis par population ka value guess karna (scientific way me)
Types of Estimation
There are two main types:
- Point Estimation
- Interval Estimation (Confidence Interval)
Point Estimation
Point estimation gives a single numerical value as an estimate of a population parameter.
Common Point Estimators
Example: Point Estimation of Mean
- Sample data: 10, 12, 14, 16, 18
- Sample size:
Solution
Point estimate of population mean = 14
Limitations ⚠️:
- No idea about accuracy or reliability
- No range given
Interval Estimation (Confidence Interval)
Interval estimation gives a range of values within which the population parameter is likely to lie.
This range is called a Confidence Interval (CI).
Confidence Interval (CI)
A confidence interval is written as:
Common confidence levels:
- 90%
- 95%
- 99%
🗣 Hinglish Tip: 95% CI = hume 95% confidence hai ki true mean is range ke andar hoga
Confidence Interval for Mean ( known)
Formula
Where:
- = sample mean
- = population standard deviation
- = sample size
- = Z-value (from normal table)
Z-values (Common)
Example
- Sample mean:
- Population standard deviation:
- Sample size:
- Confidence level: 95%
Step 1: Identify Z-value
From table:
Z = 1.96
Step 2: Calculate Standard Error
Step 3: Calculate Margin of Error
Step 4: Construct Confidence Interval
Final Answer
We are 95% confident that population mean lies between 48.04 and 51.96
