t-statistic

Source: Wikipedia, the free encyclopedia.

In

sample means if the population standard deviation is unknown. It is also used along with p-value
when running hypothesis tests where the p-value tells us what the odds are of the results to have happened.

Definition and features

Let be an estimator of parameter β in some statistical model. Then a t-statistic for this parameter is any quantity of the form

where β0 is a non-random, known constant, which may or may not match the actual unknown parameter value β, and is the

standard error
of the estimator for β.

By default, statistical packages report t-statistic with β0 = 0 (these t-statistics are used to test the significance of corresponding regressor). However, when t-statistic is needed to test the hypothesis of the form H0: β = β0, then a non-zero β0 may be used.

If is an

homoscedastic error terms), and if the true value of the parameter β is equal to β0, then the sampling distribution of the t-statistic is the Student's t-distribution with (nk) degrees of freedom, where n is the number of observations, and k is the number of regressors (including the intercept)[citation needed
].

In the majority of models, the estimator is

asymptotically normally
. If the true value of the parameter β is equal to β0, and the quantity correctly estimates the asymptotic variance of this estimator, then the t-statistic will asymptotically have the
standard normal
distribution.

In some models the distribution of the t-statistic is different from the normal distribution, even asymptotically. For example, when a time series with a unit root is regressed in the augmented Dickey–Fuller test, the test t-statistic will asymptotically have one of the Dickey–Fuller distributions (depending on the test setting).

Use

Most frequently, t statistics are used in

statistical hypothesis testing, and in the computation of certain confidence intervals
.

The key property of the t statistic is that it is a pivotal quantity – while defined in terms of the sample mean, its sampling distribution does not depend on the population parameters, and thus it can be used regardless of what these may be.

One can also divide a

residual by the sample standard deviation
:

to compute an estimate for the number of standard deviations a given sample is from the mean, as a sample version of a

z-score
, the z-score requiring the population parameters.

Prediction

Given a normal distribution with unknown mean and variance, the t-statistic of a future observation after one has made n observations, is an ancillary statistic – a pivotal quantity (does not depend on the values of μ and σ2) that is a statistic (computed from observations). This allows one to compute a frequentist prediction interval (a predictive confidence interval), via the following t-distribution:

Solving for yields the prediction distribution

from which one may compute predictive confidence intervals – given a probability p, one may compute intervals such that 100p% of the time, the next observation will fall in that interval.

History

The term "t-statistic" is abbreviated from "hypothesis test statistic".[1][citation needed] In statistics, the t-distribution was first derived as a posterior distribution in 1876 by Helmert[2][3][4] and Lüroth.[5][6][7] The t-distribution also appeared in a more general form as Pearson Type IV distribution in Karl Pearson's 1895 paper.[8] However, the T-Distribution, also known as Student's T Distribution gets its name from William Sealy Gosset who was first to publish the result in English in his 1908 paper titled "The Probable Error of a Mean" (in Biometrika) using his pseudonym "Student"[9][10] because his employer preferred their staff to use pen names when publishing scientific papers instead of their real name, so he used the name "Student" to hide his identity.[11] Gosset worked at the Guinness Brewery in Dublin, Ireland, and was interested in the problems of small samples – for example, the chemical properties of barley where sample sizes might be as few as 3. Hence a second version of the etymology of the term Student is that Guinness did not want their competitors to know that they were using the t-test to determine the quality of raw material. Although it was William Gosset after whom the term "Student" is penned, it was actually through the work of Ronald Fisher that the distribution became well known as "Student's distribution"[12][13] and "Student's t-test"

Related concepts

See also

References