Student's t Distribution
A continuous sampling distribution.
Suppose samples of size are taken from a population . Let is the sample mean and is the sample standard deviation, then the t-statistic (given below) follows a t-distribution:
First described by William Sealy Gosset under the pseudonym “Student” in 1908.
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.
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.
Usually, the above equation is not used as it is computationally intensive.
Properties
- Bell shaped
- Symmetric about zero
- 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
Number of independent observations in a set of data.
The shape of the t distribution depends on the degrees of freedom. As the degrees of freedom increase, the t distribution approaches the normal distribution.
Mean
For , the mean is .
Variance
For :
Test statistic
Relationship to the Normal Distribution
As the sample size increases (and thus the degrees of freedom increase), the t distribution becomes increasingly similar to the standard normal distribution. For large degrees of freedom (typically ), the difference between the t and normal distributions becomes negligible.