A continuous sampling distribution. Used to estimate population mean of a population with unknown population standard deviation using a small sample. First described by William Sealy Gosset under the pseudonym “Student” in 1908.
Suppose a sample of size is taken from a population . It’s mean is and standard deviation is . The -statistic is given by:
Here, represents the t-statistic with degrees of freedom.
Properties
- Symmetric about 0
- Bell-shaped
- Heavier Tails
Compared to the normal distribution. This means it is more prone to producing values that fall far from its mean.
Degrees of Freedom
Usually , where is the sample size. Denoted by .
As degrees of freedom increase:
- Curve becomes narrower
- Approaches the standard normal distribution.
Mean
For , the mean is .
Variance
For :
Test statistic
Definition
Mathematically, the t distribution is defined by the following probability density function (PDF):
where:
- is the value of the random variable,
- is the degrees of freedom (typically, for a sample of size ),
- is the gamma function.
Relationship to the Normal Distribution
For large degrees of freedom (typically ), the t distribution and normal distributions becomes indistinguishable.
Uses
Used to make inferences about means when sample sizes are small and the population standard deviation is unknown.
Most commonly used in the following scenarios:
- Estimating the Mean: When you want to estimate the mean of a population based on a small sample and the population standard deviation is unknown.
- Hypothesis Testing: In t-tests (such as one-sample, two-sample, and paired t-tests) to determine if there is a significant difference between means.
- Confidence Intervals: To construct confidence intervals for the mean when the sample size is small.