t-distribution

t-Distribution

When working with small samples or when the population standard deviation is unknown, we use the t-distribution.

Key Properties

Comparing Normal and t-Distributions

Aspect t-Distribution Normal Distribution
Tail Weight Heavier tails Standard tails
Sample Size Best for small samples Best for large samples
Parameters Degrees of freedom Mean and variance
Critical Values Varies with df Fixed values (e.g., 1.96)

Confidence Intervals

Using Normal Distribution (n30)

For 95% confidence intervals when σ is known or n30:

x¯±1.96×σn

Using t-Distribution (Small Samples)

For small samples or unknown σ:

x¯±tα/2,n1×sn

where tα/2,n1 is the critical value from t-distribution with n1 degrees of freedom

Effect of Parameters on Intervals

The width of confidence intervals depends on:

Conditions for Valid Application

For Normal Distribution

  1. Random sample from the population
  2. Sample size n30

For t-Distribution

  1. Random sample from the population
  2. For small n: Population should be approximately normal
  3. Independent observations

When to Use Each

See also: