Student's t-distribution

From Wikipedia, the free encyclopedia

Student's t
Probability density function
Cumulative distribution function
Parameters \nu > 0\! deg. of freedom (real)
Support x \in (-\infty; +\infty)\!
Probability density function (pdf) \frac{\Gamma((\nu+1)/2)} {\sqrt{\nu\pi}\,\Gamma(\nu/2)} (1+x^2/\nu)^{-(\nu+1)/2}\!
Cumulative distribution function (cdf) \frac{1}{2} + \frac{x \Gamma \left( (\nu+1)/2 \right) \,_2F_1 \left ( \frac{1}{2},(\nu+1)/2;\frac{3}{2};-\frac{x^2}{\nu} \right)} {\sqrt{\pi\nu}\,\Gamma (\nu/2)} where \,_2F_1is the hypergeometric function
Mean 0 for ν > 1, otherwise undefined
Median 0
Mode 0
Variance \frac{\nu}{\nu-2}\! for ν > 2, otherwise undefined
Skewness 0 for ν > 3
Excess kurtosis \frac{6}{\nu-4}\! for ν > 4,
Entropy \begin{matrix}          \frac{\nu+1}{2}\left[               \psi(\frac{1+\nu}{2})                 - \psi(\frac{\nu}{2})          \right] \\[0.5em] + \log{\left[\sqrt{\nu}B(\frac{\nu}{2},\frac{1}{2})\right]} \end{matrix}
Moment-generating function (mgf) (Not defined)
Characteristic function

In probability and statistics, the t-distribution or Student's t-distribution is a probability distribution that arises in the problem of estimating the mean of a normally distributed population when the sample size is small. It is the basis of the popular Student's t-tests for the statistical significance of the difference between two sample means, and for confidence intervals for the difference between two population means. The Student's t-distribution is a special case of the generalised hyperbolic distribution.

The derivation of the t-distribution was first published in 1908 by William Sealy Gosset, while he worked at a Guinness Brewery in Dublin. He was not allowed to publish under his own name, so the paper was written under the pseudonym Student. The t-test and the associated theory became well-known through the work of R.A. Fisher, who called the distribution "Student's distribution".

Student's distribution arises when (as in nearly all practical statistical work) the population standard deviation is unknown and has to be estimated from the data. Textbook problems treating the standard deviation as if it were known are of two kinds: (1) those in which the sample size is so large that one may treat a data-based estimate of the variance as if it were certain, and (2) those that illustrate mathematical reasoning, in which the problem of estimating the standard deviation is temporarily ignored because that is not the point that the author or instructor is then explaining.

Contents

[edit] Occurrence and specification of Student's t-distribution

Suppose X1, ..., Xn are independent random variables that are normally distributed with expected value μ and variance σ2. Let

\overline{X}_n = (X_1+\cdots+X_n)/n

be the sample mean, and

{S_n}^2=\frac{1}{n-1}\sum_{i=1}^n\left(X_i-\overline{X}_n\right)^2

be the sample variance. It is readily shown that the quantity

Z=\frac{\overline{X}_n-\mu}{\sigma/\sqrt{n}}

is normally distributed with mean 0 and variance 1, since the sample mean \overline{X}_n is normally distributed with mean μ and standard deviation \sigma/\sqrt{n}.

Gosset studied a related quantity,

T=\frac{\overline{X}_n-\mu}{S_n/\sqrt{n}}

and showed that T has the probability density function

f(t) = \frac{\Gamma((\nu+1)/2)}{\sqrt{\nu\pi\,}\,\Gamma(\nu/2)} (1+t^2/\nu)^{-(\nu+1)/2}

with ν equal to n − 1.

The distribution of T is now called the t-distribution. The parameter ν is conventionally called the number of degrees of freedom. The distribution depends on ν , but not μ or σ; the lack of dependence on μ and σ is what makes the t-distribution important in both theory and practice. Γ is the Gamma function.

The moments of the t-distribution are

E(T^k)=\begin{cases} 0 & \mbox{k odd}, 0<k< \nu\\ \frac{\Gamma(\frac{k+1}{2})\Gamma(\frac{\nu-k}{2})^{k/2}}{\sqrt{\pi}\Gamma(\frac{\nu}{2})} & \mbox{k even}, 0<k< \nu\\ \mbox{NaN} & \mbox{k odd}, 0<\nu\leq k\\ \infty & \mbox{k even}, 0<\nu\leq k\\ \end{cases}

[edit] Confidence intervals derived from Student's t-distribution

Suppose the number A is so chosen that

\Pr(-A < T < A)=0.9,\,

when T has a t-distribution with n − 1 degrees of freedom (this is the same as

\Pr(T < A) = 0.95,\,

so A is the "95th percentile" of this probability distribution, or A = t.05,n − 1). Then

\Pr\left(-A < {\overline{X}_n - \mu \over S_n/\sqrt{n}} < A\right)=0.9,

and this is equivalent to

\Pr\left(\overline{X}_n - A{S_n \over \sqrt{n}} < \mu < \overline{X}_n + A{S_n \over \sqrt{n}}\right) = 0.9.

Therefore the interval whose endpoints are

\overline{X}_n\pm A\frac{S_n}{\sqrt{n}}

is a 90-percent confidence interval for μ. Therefore, if we find the mean of a set of observations that we can reasonably expect to have a normal distribution, we can use the t-distribution to examine whether the confidence limits on that mean include some theoretically predicted value - such as the value predicted on a null hypothesis.

It is this result that is used in the Student's t-tests: since the difference between the means of samples from two normal distributions is itself distributed normally, the t-distribution can be used to examine whether that difference can reasonably be supposed to be zero.

If the data are normally distributed, the one-sided (1 − a)-upper confidence limit (UCL) of the mean, can be calculated using the following equation:

\mathrm{UCL}_{1-a} = \overline{X}_n+\frac{t_{a,n-1} S}{\sqrt{n}}.

The resulting UCL will be the greatest average value that will occur for a given confidence interval and population size. In other words, \overline{X}_n being the mean of the set of observations, the probability that the mean of the distribution is inferior to UCL1 − a is equal to the confidence level 1 − a.

A number of other statistics can be shown to have t-distributions for samples of moderate size under null hypotheses that are of interest, so that the t-distribution forms the basis for significance tests in other situations as well as when examining the differences between means. For example, the distribution of Spearman's rank correlation coefficient, rho, in the null case (zero correlation) is well approximated by the t distribution for sample sizes above about 20.

See prediction interval for another example of the use of this distribution.

[edit] Probability function

The distribution A(t | v) is used when testing whether a t-statistic that measures the difference between two means is statistically significant. This is used in a variety of situations, particularly in t-tests. For the statistic t, with v degrees of freedom, A(t | v) is the probability that t would be less than the observed value if the two means were the same. It is given by the following formula:

A(t|v) = \frac{1}{\sqrt{v} B\left (\frac{1}{2}, \frac{v}{2}\right )} \int\limits_{-t}^{t} \left (1+\frac{x^2}{v}\right )^{-\frac{v+1}{2} }\, dx

Where B is the Beta function. There is a relation to the incomplete beta function Ix(a,b) as follows:

A(t|v) = 1 - I_{\frac{v}{v+t^2}}\left(\frac{v}{2},\frac{1}{2}\right). [1] [2]

[edit] Further theory

Gosset's result can be stated more generally. (See, for example, Hogg and Craig, Sections 4.4 and 4.8.) Let Z have a normal distribution with mean 0 and variance 1. Let V have a chi-square distribution with ν degrees of freedom. Further suppose that Z and V are independent (see Cochran's theorem). Then the ratio

\frac{Z}{\sqrt{V/\nu\ }}

has a t-distribution with ν degrees of freedom.

For a t-distribution with ν degrees of freedom, the expected value is 0, and its variance is ν/(ν − 2) if ν > 2. The skewness is 0 and the kurtosis is 6/(ν − 4) if ν > 4.

The cumulative distribution function is given by an incomplete beta function,

\int_{-\infty}^t f(u)\,du = I_x(\nu/2,\nu/2)

with

x = \frac{t+\sqrt{t^2+\nu}}{2\sqrt{t^2+\nu}}.

The t-distribution is related to the F-distribution as follows: the square of a value of t with ν degrees of freedom is distributed as F with 1 and ν degrees of freedom.

The overall shape of the probability density function of the t-distribution resembles the bell shape of a normally distributed variable with mean 0 and variance 1, except that it is a bit lower and wider. As the number of degrees of freedom grows, the t-distribution approaches the normal distribution with mean 0 and variance 1.

The following images show the density of the t-distribution for increasing values of ν. The normal distribution is shown as a blue line for comparison.; Note that the t-distribution (red line) becomes closer to the normal distribution as ν increases. For ν = 30 the t-distribution is almost the same as the normal distribution.

Density of the t-distribution (red and green) for 1, 2, 3, 5, 10, and 30 df compared to normal distribution (blue)

[edit] Table of selected values

The following table lists a few selected values for t-distributions with ν degrees of freedom for the 90%, 95%, 97.5%, and 99.5% one-sided confidence intervals. For an example of how to read this table, take the fourth row, which begins with 4; that means ν, the number of degrees of freedom, is 4 (and if we are dealing, as above, with n values with a fixed sum, n = 5). Take the fourth entry, in the column headed 90%. The value of that entry is "1.533". Then the probability that T is less than 1.533 is 90% or Pr(-∞ <T < 1.533) = 0.9; the entry does not mean (as it might with other distributions) Pr(−1.533 < T < 1.533) = 0.9.

In fact, by the symmetry of the distribution,

Pr(T < −1.533) = Pr(T > 1.533) = 1 − 0.9 = 0.1,

and so

Pr(−1.533 < T < 1.533) = 1 − 2(0.1) = 0.8.

Note that the last row also gives critical points: a t-distribution with infinitely-many degrees of freedom is a normal distribution. (See below: Related distributions).

ν 75% 80% 85% 90% 95% 97.5% 99% 99.5% 99.75% 99.9% 99.95%
1 1.000 1.376 1.963 3.078 6.314 12.71 31.82 63.66 127.3 318.3 636.6
2 0.816 1.061 1.386 1.886 2.920 4.303 6.965 9.925 14.09 22.33 31.60
3 0.765 0.978 1.250 1.638 2.353 3.182 4.541 5.841 7.453 10.21 12.92
4 0.741 0.941 1.190 1.533 2.132 2.776 3.747 4.604 5.598 7.173 8.610
5 0.727 0.920 1.156 1.476 2.015 2.571 3.365 4.032 4.773 5.893 6.869
6 0.718 0.906 1.134 1.440 1.943 2.447 3.143 3.707 4.317 5.208 5.959
7 0.711 0.896 1.119 1.415 1.895 2.365 2.998 3.499 4.029 4.785 5.408
8 0.706 0.889 1.108 1.397 1.860 2.306 2.896 3.355 3.833 4.501 5.041
9 0.703 0.883 1.100 1.383 1.833 2.262 2.821 3.250 3.690 4.297 4.781
10 0.700 0.879 1.093 1.372 1.812 2.228 2.764 3.169 3.581 4.144 4.587
11 0.697 0.876 1.088 1.363 1.796 2.201 2.718 3.106 3.497 4.025 4.437
12 0.695 0.873 1.083 1.356 1.782 2.179 2.681 3.055 3.428 3.930 4.318
13 0.694 0.870 1.079 1.350 1.771 2.160 2.650 3.012 3.372 3.852 4.221
14 0.692 0.868 1.076 1.345 1.761 2.145 2.624 2.977 3.326 3.787 4.140
15 0.691 0.866 1.074 1.341 1.753 2.131 2.602 2.947 3.286 3.733 4.073
16 0.690 0.865 1.071 1.337 1.746 2.120 2.583 2.921 3.252 3.686 4.015
17 0.689 0.863 1.069 1.333 1.740 2.110 2.567 2.898 3.222 3.646 3.965
18 0.688 0.862 1.067 1.330 1.734 2.101 2.552 2.878 3.197 3.610 3.922
19 0.688 0.861 1.066 1.328 1.729 2.093 2.539 2.861 3.174 3.579 3.883
20 0.687 0.860 1.064 1.325 1.725 2.086 2.528 2.845 3.153 3.552 3.850
21 0.686 0.859 1.063 1.323 1.721 2.080 2.518 2.831 3.135 3.527 3.819
22 0.686 0.858 1.061 1.321 1.717 2.074 2.508 2.819 3.119 3.505 3.792
23 0.685 0.858 1.060 1.319 1.714 2.069 2.500 2.807 3.104 3.485 3.767
24 0.685 0.857 1.059 1.318 1.711 2.064 2.492 2.797 3.091 3.467 3.745
25 0.684 0.856 1.058 1.316 1.708 2.060 2.485 2.787 3.078 3.450 3.725
26 0.684 0.856 1.058 1.315 1.706 2.056 2.479 2.779 3.067 3.435 3.707
27 0.684 0.855 1.057 1.314 1.703 2.052 2.473 2.771 3.057 3.421 3.690
28 0.683 0.855 1.056 1.313 1.701 2.048 2.467 2.763 3.047 3.408 3.674
29 0.683 0.854 1.055 1.311 1.699 2.045 2.462 2.756 3.038 3.396 3.659
30 0.683 0.854 1.055 1.310 1.697 2.042 2.457 2.750 3.030 3.385 3.646
40 0.681 0.851 1.050 1.303 1.684 2.021 2.423 2.704 2.971 3.307 3.551
50 0.679 0.849 1.047 1.299 1.676 2.009 2.403 2.678 2.937 3.261 3.496
60 0.679 0.848 1.045 1.296 1.671 2.000 2.390 2.660 2.915 3.232 3.460
80 0.678 0.846 1.043 1.292 1.664 1.990 2.374 2.639 2.887 3.195 3.416
100 0.677 0.845 1.042 1.290 1.660 1.984 2.364 2.626 2.871 3.174 3.390
120 0.677 0.845 1.041 1.289 1.658 1.980 2.358 2.617 2.860 3.160 3.373
\infty 0.674 0.842 1.036 1.282 1.645 1.960 2.326 2.576 2.807 3.090 3.291

The number at the beginning of each row in the table above is ν which has been defined above as n − 1. The percentage along the top is 100%(1 − α). The numbers in the main body of the table are tα,ν. If a quantity T is distributed as a Student's t distribution with ν degrees of freedom, then there is a probability 1 − α that T will be less than tα,ν. (Calculated as for a one-tailed or one-sided test as opposed to a two-tailed test.)

For example, given a sample with a sample variance 2 and sample mean of 10, taken from a sample set of 11 (10 degrees of freedom), using the formula:

\overline{X}_n\pm A\frac{S_n}{\sqrt{n}}

We can determine that at 90% confidence, we have a true mean lying below:

10+1.37218 \frac{\sqrt{2}}{\sqrt{11}}=10.58510

(In other words, on average, 90% of the times that an upper threshold is calculated by this method, the true mean lies below this upper threshold.) And, still at 90% confidence, we have a true mean lying over:

10-1.37218 \frac{\sqrt{2}}{\sqrt{11}}=9.41490

(In other words, on average, 90% of the times that a lower threshold is calculated by this method, the true mean lies above this lower threshold.) So that at 80% confidence, we have a true mean lying between

10\pm1.37218 \frac{\sqrt{2}}{\sqrt{11}}=[9.41490,10.58510]

(In other words, on average, 80% of the times that upper and lower thresholds are calculated by this method, the true mean is both below the upper threshold and above the lower threshold. This is not the same thing as saying that there is an 80% probability that the true mean lies between a particular pair of upper and lower thresholds that have been calculated by this method -- see confidence interval and prosecutor's fallacy.)

[edit] Special cases

Certain values of ν give an especially simple form.

[edit] ν = 1

Distribution function

F(x) = \frac{1}{2} + \frac{1}{\pi}\arctan(x)

Density function

f(x) =  \frac{1}{{\pi}(1+x^2)}

[edit] ν = 2

Distribution function

F(x) = \frac{1}{2}\left[1+\frac{x}{\sqrt{2+x^2}}\right]

Density function

f(x) = \frac{1}{\left(2+x^2\right)^{3/2}}

[edit] Related distributions

[edit] See also

[edit] References

[edit] External links

Image:Bvn-small.png Probability distributionsview  talk  edit ]
Univariate Multivariate
Discrete: BenfordBernoullibinomialBoltzmanncategoricalcompound PoissondegenerateGauss-Kuzmingeometrichypergeometriclogarithmicnegative binomialparabolic fractalPoissonRademacherSkellamuniformYule-SimonzetaZipfZipf-Mandelbrot Ewensmultinomialmultivariate Polya
Continuous: BetaBeta primeCauchychi-squareDirac delta functionErlangexponentialexponential powerFfadingFisher's zFisher-TippettGammageneralized extreme valuegeneralized hyperbolicgeneralized inverse GaussianHalf-LogisticHotelling's T-squarehyperbolic secanthyper-exponentialhypoexponentialinverse chi-square (scaled inverse chi-square)• inverse Gaussianinverse gamma (scaled inverse gamma) • KumaraswamyLandauLaplaceLévyLévy skew alpha-stablelogisticlog-normalMaxwell-BoltzmannMaxwell speednormal (Gaussian)normal inverse GaussianParetoPearsonpolarraised cosineRayleighrelativistic Breit-WignerRiceshifted GompertzStudent's ttriangulartype-1 Gumbeltype-2 GumbeluniformVariance-GammaVoigtvon MisesWeibullWigner semicircleWilks' lambda Dirichletinverse-WishartKentmatrix normalmultivariate normalmultivariate Studentvon Mises-FisherWigner quasiWishart
Miscellaneous: Cantorconditionalexponential familyinfinitely divisiblelocation-scale familymarginalmaximum entropyphase-typeposteriorpriorquasisamplingsingular