(statistics) A test in a one-sample problem which uses Student's t-statistic.
| Sci-Tech Dictionary: Student's t-test |
(statistics) A test in a one-sample problem which uses Student's t-statistic.
| 5min Related Video: Student's t-test |
| Geography Dictionary: Student's t-test |
There are two versions of the t-test. The one-sample Student's t-test tests a hypothesis by comparing a sample mean (‾x) with a hypothesized true mean (μ). The calculated t is computed from:
The difference that would be expected to occur by chance as a result of sampling from a population with the hypothesized true mean is found by reference to tables of Student's t for n-1 degrees of freedom, at the appropriate level of confidence; say, 95%, where n is the sample size. This is the tabulated t. If calculated t is less than tabulated t, it is not possible to reject the null hypothesis of no difference between the sample mean and the hypothesized true mean.(‾x -μ) standard error of the mean
The relevant tabulated t is found from the tables, using (n1-1) and (n2-1) degrees of freedom, where n1 and n2 are the two sample sizes.(‾x1 - ‾x2) standard error of the difference
| Sports Science and Medicine: Student's t-test |
A statistical significance test for comparing one set of data with another, by comparing two means to see if they are significantly different.
| Wikipedia: Student's t-test |
A t-test is any statistical hypothesis test in which the test statistic follows a Student's t distribution if the null hypothesis is true. It is most commonly applied when the test statistic would follow a normal distribution if the value of a scaling term in the test statistic were known. When the scaling term is unknown and is replaced by an estimate based on the data, the test statistic (under certain conditions) follows a Student's t distribution.
Contents |
The t-statistic was introduced in 1908 by William Sealy Gosset, a chemist working for the Guinness brewery in Dublin, Ireland ("Student" was his pen name).[1][2][3] Gosset had been hired due to Claude Guinness's innovative policy of recruiting the best graduates from Oxford and Cambridge to apply biochemistry and statistics to Guinness' industrial processes.[2] Gosset devised the t-test as a way to cheaply monitor the quality of stout. He published the test in Biometrika in 1908, but was forced to use a pen name by his employer, who regarded the fact that they were using statistics as a trade secret. In fact, Gosset's identity was unknown to fellow statisticians.[4]
Among the most frequently used t-tests are:
Most t-test statistics have the form T = Z/s, where Z and s are functions of the data. Typically, Z is designed to be sensitive to the alternative hypothesis (i.e. its magnitude tends to be larger when the alternative hypothesis is true), whereas s is a scaling parameter that allows the distribution of T to be determined.
As an example, in the one-sample t-test Z is
, where
is the sample mean of the data, n is the sample size, and σ is the population standard deviation of the data; s in the one-sample t-test is
, where
is the sample standard deviation.
The assumptions underlying a t-test are that
In a specific type of t-test, these conditions are consequences of the population being studied, and of the way in which the data are sampled. For example, in the t-test comparing the means of two independent samples, the following assumptions should be met:
Two sample t-tests for a difference in mean can be either unpaired or paired. The unpaired, or "independent samples" t-test is used when two separate independent and identically distributed samples are obtained, one from each of the two populations being compared. For example, suppose we are evaluating the effect of a medical treatment, and we enroll 100 eligible subjects into our study, then randomize 50 subjects to the treatment group and 50 subjects to the control group. In this case, we have two independent samples and would use the unpaired form of the t-test. The randomization is not essential here — if we contacted 100 people by phone and obtained each person's age and gender, and then used a two-sample t-test to see whether the mean ages differ by gender, this would also be an independent samples t-test, even though the data are observational.
Dependent samples (or "paired") t-tests typically consist of a sample of matched pairs of similar units, or one group of units that has been tested twice (a "repeated measures" t-test). A typical example of the repeated measures t-test would be where subjects are tested prior to a treatment, say for high blood pressure, and the same subjects are tested again after treatment with a blood-pressure lowering medication.
A dependent t-test based on a "matched-pairs sample" results from an unpaired sample that is subsequently used to form a paired sample, by using additional variables that were measured along with the variable of interest [8]. The matching is carried out by identifying pairs of values consisting of one observation from each of the two samples, where the pair is similar in terms of other measured variables. This approach is often used in observational studies to reduce or eliminate the effects of confounding factors. Suppose students in a particular school are given the opportunity to receive after-school mathematics tutoring. If only a fraction of the students complete the tutoring program, one might wish to evaluate the effectiveness of the program by comparing the students who did and who did not complete the program, using scores on a standardized test given after the program is finished. A difficulty is that the students who completed the tutoring program may already have differed in mathematical achievement before the tutoring program began. To reduce the confounding effect of baseline mathematical achievement, one can attempt to match each subject who completed the tutoring program to a subject who did not, matching on the students' mathematics grades from the previous semester. If we then compare the students within matched pairs using a paired t-test, baseline mathematical knowledge should have little effect on the results.
Note that a paired data set can always be analyzed using the unpaired or paired versions of the t-test, but an unpaired dataset must be analyzed using the unpaired t-test unless some form of pairing can be defined. An ideal pairing takes the form of blocking. For example, when comparing pre-treatment and post-treatment blood pressure within individuals, characteristics such as age and gender which are unrelated to the treatment but that may affect blood pressure do not affect the results of the paired t-test. In this case, the paired t-test will have greater power than the unpaired test. A different situation arises when following the matched-pairs strategy, where the goal is to reduce confounding. The cost of matching to reduce confounding is usually a reduction in power.
Explicit expressions that can be used to carry out various t-tests are given below. In each case, the formula for a test statistic that either exactly follows or closely approximates a t-distribution under the null hypothesis is given. Also, the appropriate degrees of freedom is given in each case. Each of these statistics can be used to carry out either a one-tailed test or a two-tailed test.
Once a t value is determined, a p-value can be found using a table of values from Student's t-distribution. If the calculated p-value is below the threshold chosen for statistical significance (usually the 0.10, the 0.05, or 0.01 level), then the null hypothesis is rejected in favor of the alternative hypothesis.
In testing the null hypothesis that the population mean is equal to a specified value μ0, one uses the statistic

where s is the sample standard deviation of the sample and n is the sample size. The degrees of freedom used in this test is n − 1.
Suppose one is fitting the model

where xi, i = 1, ..., n are known, α and β are unknown, and εi are independent normally distributed random errors with expected value 0 and unknown variance σ2, and Yi, i = 1, ..., n are observed. It is desired to test the null hypothesis that the slope β is equal to some specified value β0 (often taken to be 0, in which case the hypothesis is that x and y are unrelated).
Let

Then

has a t-distribution with n − 2 degrees of freedom if the null hypothesis is true. The standard error of the angular coefficient:

can be written in terms of the residuals. Let

Then tscore is given by:

This test is only used when both:
Violations of these assumptions are discussed below.
The t statistic to test whether the means are different can be calculated as follows:

where

Here
is the grand standard deviation (or pooled standard deviation), 1 = group one, 2 = group two. The denominator of t is the standard error of the difference between two means.
For significance testing, the degrees of freedom for this test is 2n − 2 where n is the number of participants in each group.
This test is used only when it can be assumed that the two distributions have the same variance. (When this assumption is violated, see below.) The t statistic to test whether the means are different can be calculated as follows:

where

Note that the formulae above are generalizations for the case where both samples have equal sizes (substitute n1 and n2 for n and you'll see).
is an estimator of the common standard deviation of the two samples: it is defined in this way so that its square is an unbiased estimator of the common variance whether or not the population means are the same. In these formulae, n = number of participants, 1 = group one, 2 = group two. n − 1 is the number of degrees of freedom for either group, and the total sample size minus two (that is, n1 + n2 − 2) is the total number of degrees of freedom, which is used in significance testing.
This test is used only when the two population variances are assumed to be different (the two sample sizes may or may not be equal) and hence must be estimated separately. See also Welch's t-test. The t statistic to test whether the population means are different can be calculated as follows:

where

Where s2 is the unbiased estimator of the variance of the two samples, n = number of participants, 1 = group one, 2 = group two. Note that in this case,
is not a pooled variance. For use in significance testing, the distribution of the test statistic is approximated as being an ordinary Student's t distribution with the degrees of freedom calculated using

This is called the
This test is used when the samples are dependent; that is, when there is only one sample that has been tested twice (repeated measures) or when there are two samples that have been matched or "paired". This is an example of a paired difference test.

For this equation, the differences between all pairs must be calculated. The pairs are either one person's pre-test and post-test scores or between pairs of persons matched into meaningful groups (for instance drawn from the same family or age group: see table). The average (XD) and standard deviation (sD) of those differences are used in the equation. The constant μ0 is non-zero if you want to test whether the average of the difference is significantly different from μ0. The degree of freedom used is N − 1.
| Example of repeated measures | |||
| Number | Name | Test 1 | Test 2 |
|---|---|---|---|
| 1 | Mike | 35% | 67% |
| 2 | Melanie | 50% | 46% |
| 3 | Melissa | 90% | 86% |
| 4 | Mitchell | 78% | 91% |
| Example of matched pairs | |||
| Pair | Name | Age | Test |
|---|---|---|---|
| 1 | Jon | 35 | 250 |
| 1 | Jane | 36 | 340 |
| 2 | Jimmy | 22 | 460 |
| 2 | Jessy | 21 | 200 |
Suppose two random samples of screws have weights
and
We will carry out tests of the null hypothesis that the population means underlying the two samples are equal.
The difference between the two sample averages, which appears in the numerator for all the two-sample testing approaches discussed above, is

The sample standard deviations for the two samples are approximately 0.05 and 0.11, respectively. For such small samples, a test of equality between the two population variances would not be very powerful. Since the sample sizes are equal, the two forms of the two sample t-test will perform similarly in this example.
If we follow the approach for unequal variances, discussed above, we get

and

The test statistic is approximately 1.959. The two-tailed test p-value is approximately 0.091 and the one-tailed p-value is approximately 0.045.
If we follow the approach for equal variance, discussed above, we get

and

Since the sample sizes are equal (both are 6), the test statistic is again approximately equal to 1.959. Since the degrees of freedom is different from what it is in the unequal variances test, the p-values will differ slightly from what was found above. Here, the two-tailed p-value is approximately 0.078, and the one-tailed p-value is approximately 0.039. Thus if there is good reason to believe that the population variances are equal, the results become somewhat more suggestive of a difference in the mean weights for the two populations of screws.
The t-test provides an exact test for the equality of the means of two normal populations with unknown, but equal, variances. The Welch's t-test is a nearly-exact test for the case where the data are normal but the variances may differ. For moderately large samples, the t-test becomes very similar to the Z-test, and is therefore robust to moderate violations of the normality assumption for moderate or large sample sizes.
The t-test and Z-test require normality of the sample means. The t-test requires in addition that the sample variance follows a scaled Χ2 distribution, and that the sample mean and sample variance be statistically independent. Normality of the individual data values is not required if these conditions are met. By the central limit theorem, sample means of moderately large samples are often well-approximated by a normal distribution even if the data are not normally distributed. For non-normal data, the distribution of the sample variance may deviate substantially from a χ2 distribution. However, if the sample size is large Slutsky's theorem implies that the distribution of the sample variance has little effect on the distribution of the test statistic. If the data are substantially non-normal and the sample size is small, the t-test can give misleading results.
To relax the normality assumption, a non-parametric alternative to the t-test can be used, at a cost of lower statistical power. The usual choices for non-parametric location tests are the Mann–Whitney U test for independent samples, and the binomial test or the Wilcoxon signed-rank test for paired samples.
One-way analysis of variance generalizes the two-sample t-test when the data belong to more than two groups.
A generalization of Student's t statistic, called Hotelling's T-square statistic, allows for the testing of hypotheses on multiple (often correlated) measures within the same sample. For instance, a researcher might submit a number of subjects to a personality test consisting of multiple personality scales (e.g. the Big Five). Because measures of this type are usually highly correlated, it is not advisable to conduct separate univariate t-tests to test hypotheses, as these would neglect the covariance among measures and inflate the chance of falsely rejecting at least one hypothesis (Type I error). In this case a single multivariate test is preferable for hypothesis testing. Hotelling's T 2 statistic follows a T 2 distribution. However, in practice the distribution is rarely used, and instead converted to an F distribution.
For a one-sample multivariate test, the hypothesis is that the mean vector (
) is equal to a given vector (
). The test statistic is defined as:

where n is the sample size,
is the vector of column means and
is a
sample covariance matrix.
For a two-sample multivariate test, the hypothesis is that the mean vectors (
,
) of two samples are equal. The test statistic is defined as

Most spreadsheet programs and statistics packages, such as Microsoft Excel, SPSS, DAP, gretl, GNU/R and PSPP include implementations of Student's t-test.
| Wikiversity has learning materials about t-test |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||
This entry is from Wikipedia, the leading user-contributed encyclopedia. It may not have been reviewed by professional editors (see full disclaimer)
| parametric statistics | |
| causal analysis | |
| T score |
Copyrights:
![]() | Sci-Tech Dictionary. McGraw-Hill Dictionary of Scientific and Technical Terms. Copyright © 2003, 1994, 1989, 1984, 1978, 1976, 1974 by McGraw-Hill Companies, Inc. All rights reserved. Read more | |
![]() | Geography Dictionary. A Dictionary of Geography. Copyright © Susan Mayhew 1992, 1997, 2004. All rights reserved. Read more | |
![]() | Sports Science and Medicine. The Oxford Dictionary of Sports Science & Medicine. Copyright © Michael Kent 1998, 2006, 2007. All rights reserved. Read more | |
![]() | Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "Student's t-test". Read more |
Mentioned in