Concept Architecture
Concept
Theoretically, Student's t-Distribution is a continuous probability distribution used to model uncertainty when estimating population means from small samples with an unknown population variance. Introduced by William Sealy Gosset under the pseudonym "Student", the distribution accounts for the additional variability arising from estimating the population standard deviation from the sample. As the sample size increases, the t-distribution converges to the standard normal distribution.
Mathematically, the t-distribution is characterised by a single parameter known as the degrees of freedom. It possesses heavier tails than the normal distribution, reflecting greater uncertainty associated with small samples. The distribution underpins numerous inferential statistical procedures, including confidence interval estimation, hypothesis testing, regression coefficient testing, and analysis of variance. Critical values and probabilities are obtained directly from the t-distribution according to the specified degrees of freedom.
In practice, the t-distribution is widely used in health economics and clinical research when analysing continuous outcomes from relatively small samples. It supports estimation of confidence intervals, comparison of treatment groups, regression inference, and economic evaluation where population variances are unknown. The t-distribution forms one of the fundamental probability distributions underlying statistical inference.
Purpose
Used to model sampling uncertainty for small samples with unknown population variance, enabling confidence interval estimation, hypothesis testing, regression inference, and statistical estimation in health economic analyses.
Mathematical Formulae
Primary Formula
Probability density function:
f(t) = �[(? + 1)/2] � [�(?�) ? �(?/2)] ? (1 + t�/?)^(?(? + 1)/2)
where:
- ? = degrees of freedom
- � = Gamma function
Supporting Formulae
t-statistic:
t = (x? ? ??) � (s/�n)
where:
- x? = sample mean
- ?? = hypothesised population mean
- s = sample standard deviation
- n = sample size
Degrees of freedom:
? = n ? 1
As n ? �:
t ? N(0,1)
Related Mathematical Methods
- Student's t-Test
- Confidence Interval
- Hypothesis Testing
- Linear Regression
- Analysis of Variance
- Standard Error
- Maximum Likelihood Estimation
- Normal Distribution
Example
A health economist evaluates mean healthcare costs from a pilot study.
Sample size:
n = 16
Sample mean:
�4,850
Sample standard deviation:
�620
Hypothesised mean:
�5,000
The t-statistic is:
t = (4,850 ? 5,000) � (620/�16)
= ?150 � 155
= ?0.97
With 15 degrees of freedom, this statistic is compared with the corresponding t-distribution to determine statistical significance and construct confidence intervals.
Excel Implementation
| Function | Example Formula | Health Economics Application |
|---|---|---|
| T.DIST | =T.DIST(A2,15,TRUE) | Calculate cumulative probabilities from the t-distribution. |
| T.DIST.2T | =T.DIST.2T(ABS(A2),15) | Calculate two-tailed p-values for hypothesis tests. |
| T.INV | =T.INV(0.975,15) | Obtain critical values for confidence intervals. |
| T.INV.2T | =T.INV.2T(0.05,15) | Calculate two-sided critical values. |
| GAMMA | =GAMMA(A2) | Evaluate Gamma functions appearing in the probability density function. |
VBA (Optional)
Automate calculation of t-distribution probabilities, critical values, confidence intervals, and hypothesis tests for health economic analyses.
Sources
- Gosset WS. The Probable Error of a Mean. Biometrika. 1908.
- Student. The Probable Error of a Mean. Biometrika. 1908.
- Casella G, Berger RL. Statistical Inference.
- Rice JA. Mathematical Statistics and Data Analysis.
- Mood AM, Graybill FA, Boes DC. Introduction to the Theory of Statistics.
- Briggs A, Claxton K, Sculpher M. Decision Modelling for Health Economic Evaluation.
- Drummond MF, et al. Methods for the Economic Evaluation of Health Care Programmes.
Related Concepts (2)
Library
Publications
1
Bayesian Methods in Health Economics — Gianluca Baio, 1st Edition ed., 2012 (Chapman & Hall / CRC Press)
An overview of Bayesian statistical methods for the analysis of health economic data, covering economic evaluation concepts, statistical cost-effectiveness analysis, Bayesian computation and MCMC, and applied health economic evaluation.
BookView source →
Frequently Asked Questions (6)
What is the t-distribution?
A continuous probability distribution similar to the normal but with heavier tails, used when estimating a mean from a small sample with unknown variance.
Source: Student 1908
When is the t-distribution used instead of the normal?
The t-distribution is used in place of the normal when a mean is estimated from a small sample whose true variability is unknown and must itself be estimated from the data. Because that extra uncertainty makes extreme values more likely, the t-distribution has heavier tails than the normal, giving wider, more cautious intervals. As the sample grows, the estimate of variability improves and the distribution converges on the normal. Handling small-sample uncertainty about spread is its purpose. Kirkwood and Sterne (2003) describe this distribution.
Source: Kirkwood & Sterne 2003
When is the t-distribution used?
The t-distribution is used for inference about a mean when the population variance is unknown and estimated from the data, particularly with small samples, as in the t-test and confidence intervals for a mean. Because estimating the variance adds uncertainty, the t-distribution's heavier tails give appropriately wider intervals than the normal. So the t-distribution is used whenever a mean is estimated with an unknown variance, especially in small samples, which is why the t-test and confidence intervals for means rely on it, since it accounts for the extra variability from estimating the standard deviation, with the difference from the normal being greatest for small samples.
Source: Student 1908
How does the t-distribution differ from the normal distribution?
The t-distribution differs from the normal distribution in having heavier tails, meaning more probability of extreme values, which reflects the additional uncertainty from estimating the variance from a small sample; as the sample size and degrees of freedom increase, the t-distribution approaches the normal. So the t-distribution and the normal differ chiefly in the tails, with the t-distribution wider for small samples and converging to the normal as the sample grows, which is why the t-distribution is used instead of the normal for inference about means with unknown variance in small samples, giving wider, more appropriate confidence intervals.
Source: Student 1908
What are degrees of freedom in the t-distribution?
The degrees of freedom in the t-distribution determine its shape, corresponding, for a single-sample mean, to the sample size minus one; fewer degrees of freedom give heavier tails, and more give a shape closer to the normal. So the degrees of freedom index which t-distribution applies, reflecting the amount of information available to estimate the variance, which is why small samples, with few degrees of freedom, use a t-distribution with heavier tails and wider critical values, while large samples, with many degrees of freedom, use one nearly identical to the normal, the degrees of freedom capturing the effect of sample size on the uncertainty.
Source: Student 1908
How is the t-distribution used in the t-test?
The t-distribution is used in the t-test by providing the reference distribution for the test statistic, which compares a mean, or difference in means, with its estimated standard error; the resulting t-statistic is referred to the t-distribution with the appropriate degrees of freedom to obtain a p-value. So the t-distribution is used in the t-test as the distribution against which the standardised difference is judged, accounting for the estimation of the variance, which is why the t-test is valid for small samples with unknown variance, using the t-distribution's critical values to determine significance and to construct confidence intervals for the mean or difference.
Source: Student 1908
Trust Record
Verified by Dr Darrin Baines
British health economist
Professional identity: darrinbaines.org
Verification date: 25 Dec 2025
Content version: 1.0.0
Canonical Identity
- Persistent URI
- https://healtheconomics.wiki/concept/t-distribution
- Term code
- HE-ES-SA-214
Stable URI · Machine-readable · Resolvable · CC BY 4.0