📐 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 (μ\mu)
  • Proportion (pp)
  • Variance (σ2\sigma^2)

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:

  1. Point Estimation
  2. Interval Estimation (Confidence Interval)

Point Estimation

Point estimation gives a single numerical value as an estimate of a population parameter.

Common Point Estimators

Population ParameterEstimatorNotation
Population MeanSample Meanxˉ\bar{x}
Population VarianceSample Variances2s^2
Population ProportionSample Proportionp^\hat{p}

Example: Point Estimation of Mean

  • Sample data: 10, 12, 14, 16, 18
  • Sample size: n=5n = 5

Solution

xˉ=10+12+14+16+185xˉ=705xˉ=14\bar{x} = \frac{10 + 12 + 14 + 16 + 18}{5} \\[0.5em] \bar{x} = \frac{70}{5} \\[0.5em] \bar{x} = 14

\checkmark 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:

LowerLimit<Parameter<UpperLimitLower Limit < Parameter < Upper Limit

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 (σ\sigma known)

Formula

CI=xˉ±Z(σn)CI = \bar{x} \pm Z \left(\frac{\sigma}{\sqrt{n}}\right)

Where:

  • xˉ\bar{x} = sample mean
  • σ\sigma = population standard deviation
  • nn = sample size
  • ZZ = Z-value (from normal table)

Z-values (Common)

Confidence LevelZ-value
90%1.645
95%1.96
99%2.58

Example

  • Sample mean: xˉ=50\bar{x} = 50
  • Population standard deviation: σ=10\sigma = 10
  • Sample size: n=100n = 100
  • Confidence level: 95%

Step 1: Identify Z-value

From table:

Z = 1.96

Step 2: Calculate Standard Error

σn=10100=1010=1\frac{\sigma}{\sqrt{n}} = \frac{10}{\sqrt{100}} = \frac{10}{10} = 1

Step 3: Calculate Margin of Error

Margin of Error=Z×Standard ErrorMargin of Error=1.96×1=1.96\text{Margin of Error} = Z \times \text{Standard Error} \\[0.5em] \text{Margin of Error} = 1.96 \times 1 = 1.96

Step 4: Construct Confidence Interval

Lower Limit=501.96=48.04Upper Limit=50+1.96=51.96\text{Lower Limit} = 50 - 1.96 = 48.04 \\[0.5em] \text{Upper Limit} = 50 + 1.96 = 51.96

\checkmark Final Answer

48.04<μ<51.9648.04 < \mu < 51.96

\checkmark We are 95% confident that population mean lies between 48.04 and 51.96


Liked This Tutorial

Scan QR Code To Leave A Review Or

Click Here To Leave A Review
Scan QR