fbpx
Wikipedia

Student's t-test

A t-test is a type of statistical analysis used to compare the averages of two groups and determine if the differences between them more are likely to arise from random chance. It is any statistical hypothesis test in which the test statistic follows a Student's t-distribution under the null hypothesis. 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 (typically, the scaling term is unknown and therefore a nuisance parameter). When the scaling term is estimated based on the data, the test statistic—under certain conditions—follows a Student's t distribution. The t-test's most common application is to test whether the means of two populations are different.

History

 
William Sealy Gosset, who developed the "t-statistic" and published it under the pseudonym of "Student"

The term "t-statistic" is abbreviated from "hypothesis test statistic".[1] 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 first published it in English in 1908 in the scientific journal Biometrika using the pseudonym "Student"[9][10] because his employer preferred staff to use pen names when publishing scientific papers.[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 with small sample sizes. 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 (see Student's t-distribution for a detailed history of this pseudonym, which is not to be confused with the literal term student). 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] and "Student's t-test".

Gosset had been hired owing to Claude Guinness's policy of recruiting the best graduates from Oxford and Cambridge to apply biochemistry and statistics to Guinness's industrial processes.[13] Gosset devised the t-test as an economical way to monitor the quality of stout. The t-test work was submitted to and accepted in the journal Biometrika and published in 1908.[9]

Guinness had a policy of allowing technical staff leave for study (so-called "study leave"), which Gosset used during the first two terms of the 1906–1907 academic year in Professor Karl Pearson's Biometric Laboratory at University College London.[14] Gosset's identity was then known to fellow statisticians and to editor-in-chief Karl Pearson.[15]

Uses

The most frequently used t-tests are one-sample and two-sample tests:

  • A one-sample location test of whether the mean of a population has a value specified in a null hypothesis.
  • A two-sample location test of the null hypothesis such that the means of two populations are equal. All such tests are usually called Student's t-tests, though strictly speaking that name should only be used if the variances of the two populations are also assumed to be equal; the form of the test used when this assumption is dropped is sometimes called Welch's t-test. These tests are often referred to as unpaired or independent samples t-tests, as they are typically applied when the statistical units underlying the two samples being compared are non-overlapping.[16]

Assumptions

[dubious ]

Most test statistics have the form t = Z/s, where Z and s are functions of the data.

Z may 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

 

where X is the sample mean from a sample X1, X2, …, Xn, of size n, s is the standard error of the mean,   is the estimate of the standard deviation of the population, and μ is the population mean.

The assumptions underlying a t-test in the simplest form above are that:

  • X follows a normal distribution with mean μ and variance σ2/n
  • s2(n − 1)/σ2 follows a χ2 distribution with n − 1 degrees of freedom. This assumption is met when the observations used for estimating s2 come from a normal distribution (and i.i.d for each group).
  • Z and s are independent.

In the t-test comparing the means of two independent samples, the following assumptions should be met:

  • The means of the two populations being compared should follow normal distributions. Under weak assumptions, this follows in large samples from the central limit theorem, even when the distribution of observations in each group is non-normal.[17]
  • If using Student's original definition of the t-test, the two populations being compared should have the same variance (testable using F-test, Levene's test, Bartlett's test, or the Brown–Forsythe test; or assessable graphically using a Q–Q plot). If the sample sizes in the two groups being compared are equal, Student's original t-test is highly robust to the presence of unequal variances.[18] Welch's t-test is insensitive to equality of the variances regardless of whether the sample sizes are similar.
  • The data used to carry out the test should either be sampled independently from the two populations being compared or be fully paired. This is in general not testable from the data, but if the data are known to be dependent (e.g. paired by test design), a dependent test has to be applied. For partially paired data, the classical independent t-tests may give invalid results as the test statistic might not follow a t distribution, while the dependent t-test is sub-optimal as it discards the unpaired data.[19]

Most two-sample t-tests are robust to all but large deviations from the assumptions.[20]

For exactness, the t-test and Z-test require normality of the sample means, and the t-test additionally requires 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. That is as sample size   increases:

  •   as per the Central limit theorem.
  •   as per the Law of large numbers.
  •  

Unpaired and paired two-sample t-tests

 
Type I error of unpaired and paired two-sample t-tests as a function of the correlation. The simulated random numbers originate from a bivariate normal distribution with a variance of 1. The significance level is 5% and the number of cases is 60.
 
Power of unpaired and paired two-sample t-tests as a function of the correlation. The simulated random numbers originate from a bivariate normal distribution with a variance of 1 and a deviation of the expected value of 0.4. The significance level is 5% and the number of cases is 60.

Two-sample t-tests for a difference in means involve independent samples (unpaired samples) or paired samples. Paired t-tests are a form of blocking, and have greater power (probability of avoiding a type II error, also known as a false negative) than unpaired tests when the paired units are similar with respect to "noise factors" (see confounder) that are independent of membership in the two groups being compared.[21] In a different context, paired t-tests can be used to reduce the effects of confounding factors in an observational study.

Independent (unpaired) samples

The independent samples t-test is used when two separate sets of independent and identically distributed samples are obtained, and one variable from each of the two populations is compared. For example, suppose we are evaluating the effect of a medical treatment, and we enroll 100 subjects into our study, then randomly assign 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.

Paired samples

Paired samples 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. By comparing the same patient's numbers before and after treatment, we are effectively using each patient as their own control. That way the correct rejection of the null hypothesis (here: of no difference made by the treatment) can become much more likely, with statistical power increasing simply because the random interpatient variation has now been eliminated. However, an increase of statistical power comes at a price: more tests are required, each subject having to be tested twice. Because half of the sample now depends on the other half, the paired version of Student's t-test has only n/2 − 1 degrees of freedom (with n being the total number of observations). Pairs become individual test units, and the sample has to be doubled to achieve the same number of degrees of freedom. Normally, there are n − 1 degrees of freedom (with n being the total number of observations).[22]

A paired samples 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.[23] 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 sometimes used in observational studies to reduce or eliminate the effects of confounding factors.

Paired samples t-tests are often referred to as "dependent samples t-tests".

Calculations

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 are given in each case. Each of these statistics can be used to carry out either a one-tailed or two-tailed test.

Once the t value and degrees of freedom are 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.

One-sample t-test

In testing the null hypothesis that the population mean is equal to a specified value μ0, one uses the statistic

 

where   is the sample mean, s is the sample standard deviation and n is the sample size. The degrees of freedom used in this test are n − 1. Although the parent population does not need to be normally distributed, the distribution of the population of sample means   is assumed to be normal.

By the central limit theorem, if the observations are independent and the second moment exists, then   will be approximately normal N(0;1).

Slope of a regression line

Suppose one is fitting the model

 

where x is known, α and β are unknown, ε is a normally distributed random variable with mean 0 and unknown variance σ2, and Y is the outcome of interest. We want to test the null hypothesis that the slope β is equal to some specified value β0 (often taken to be 0, in which case the null hypothesis is that x and y are uncorrelated).

Let

 

Then

 

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

 

can be written in terms of the residuals. Let

 

Then tscore is given by:

 

Another way to determine the tscore is:

 

where r is the Pearson correlation coefficient.

The tscore, intercept can be determined from the tscore, slope:

 

where sx2 is the sample variance.

Independent two-sample t-test

Equal sample sizes and variance

Given two groups (1, 2), this test is only applicable when:

  • the two sample sizes are equal;
  • it can be assumed that the two distributions have the same variance;

Violations of these assumptions are discussed below.

The t statistic to test whether the means are different can be calculated as follows:

 

where

 

Here sp is the pooled standard deviation for n = n1 = n2 and s 2
X1
and s 2
X2
are the unbiased estimators of the population variance. 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 sample size.

Equal or unequal sample sizes, similar variances (1/2 < sX1/sX2 < 2)

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 previous formulae are a special case of the formulae below, one recovers them when both samples are equal in size: n = n1 = n2.

The t statistic to test whether the means are different can be calculated as follows:

 

where

 

is the pooled 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, ni − 1 is the number of degrees of freedom for each 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.

Equal or unequal sample sizes, unequal variances (sX1 > 2sX2 or sX2 > 2sX1)

This test, also known as Welch's t-test, is used only when the two population variances are not assumed to be equal (the two sample sizes may or may not be equal) and hence must be estimated separately. The t statistic to test whether the population means are different is calculated as:

 

where

 

Here si2 is the unbiased estimator of the variance of each of the two samples with ni = number of participants in group i (i = 1 or 2). In this case   is not a pooled variance. For use in significance testing, the distribution of the test statistic is approximated as an ordinary Student's t-distribution with the degrees of freedom calculated using

 

This is known as the Welch–Satterthwaite equation. The true distribution of the test statistic actually depends (slightly) on the two unknown population variances (see Behrens–Fisher problem).


Exact method for unequal variances and sample sizes

The test[24] deals with the famous Behrens–Fisher problem, i.e., comparing the difference between the means of two normally distributed populations when the variances of the two populations are not assumed to be equal, based on two independent samples.

The test is developed as an exact test that allows for unequal sample sizes and unequal variances of two populations. The exact property still holds even with small extremely small and unbalanced sample sizes (e.g.  ).

The statistic to test whether the means are different can be calculated as follows:

Let   and   be the i.i.d. sample vectors ( ) from   and   separately.

Let   be an   orthogonal matrix whose elements of the first row are all  , similarly, let   be the first n rows of an   orthogonal matrix (whose elements of the first row are all  ).

Then   is an n-dimensional normal random vector.

 

From the above distribution we see that

 
 
 
 

Dependent t-test for paired samples

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. The t statistic is calculated as

 

where   and   are the average and standard deviation of the differences between all pairs. The pairs are e.g. 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 constant μ0 is zero if we want to test whether the average of the difference is significantly different. The degree of freedom used is n − 1, where n represents the number of pairs.

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 John 35 250
1 Jane 36 340
2 Jimmy 22 460
2 Jessy 21 200

Worked examples

Let A1 denote a set obtained by drawing a random sample of six measurements:

 

and let A2 denote a second set obtained similarly:

 

These could be, for example, the weights of screws that were chosen out of a bucket.

We will carry out tests of the null hypothesis that the means of the populations from which the two samples were taken are equal.

The difference between the two sample means, each denoted by Xi, 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.

Unequal variances

If the approach for unequal variances (discussed above) is followed, the results are

 

and the degrees of freedom

 

The test statistic is approximately 1.959, which gives a two-tailed test p-value of 0.09077.

Equal variances

If the approach for equal variances (discussed above) is followed, the results are

 

and the degrees of freedom

 

The test statistic is approximately equal to 1.959, which gives a two-tailed p-value of 0.07857.

Related statistical tests

Alternatives to the t-test for location problems

The t-test provides an exact test for the equality of the means of two i.i.d. normal populations with unknown, but equal, variances. (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 and a one tailed test, the t-test is relatively robust to moderate violations of the normality assumption.[25] In large enough samples, the t-test asymptotically approaches the z-test, and becomes robust even to large deviations from normality.[17]

If the data are substantially non-normal and the sample size is small, the t-test can give misleading results. See Location test for Gaussian scale mixture distributions for some theory related to one particular family of non-normal distributions.

When the normality assumption does not hold, a non-parametric alternative to the t-test may have better statistical power. However, when data are non-normal with differing variances between groups, a t-test may have better type-1 error control than some non-parametric alternatives.[26] Furthermore, non-parametric methods, such as the Mann-Whitney U test discussed below, typically do not test for a difference of means, so should be used carefully if a difference of means is of primary scientific interest.[17] For example, Mann-Whitney U test will keep the type 1 error at the desired level alpha if both groups have the same distribution. It will also have power in detecting an alternative by which group B has the same distribution as A but after some shift by a constant (in which case there would indeed be a difference in the means of the two groups). However, there could be cases where group A and B will have different distributions but with the same means (such as two distributions, one with positive skewness and the other with a negative one, but shifted so to have the same means). In such cases, MW could have more than alpha level power in rejecting the Null hypothesis but attributing the interpretation of difference in means to such a result would be incorrect.

In the presence of an outlier, the t-test is not robust. For example, for two independent samples when the data distributions are asymmetric (that is, the distributions are skewed) or the distributions have large tails, then the Wilcoxon rank-sum test (also known as the Mann–Whitney U test) can have three to four times higher power than the t-test.[25][27][28] The nonparametric counterpart to the paired samples t-test is the Wilcoxon signed-rank test for paired samples. For a discussion on choosing between the t-test and nonparametric alternatives, see Lumley, et al. (2002).[17]

One-way analysis of variance (ANOVA) generalizes the two-sample t-test when the data belong to more than two groups.

A design which includes both paired observations and independent observations

When both paired observations and independent observations are present in the two sample design, assuming data are missing completely at random (MCAR), the paired observations or independent observations may be discarded in order to proceed with the standard tests above. Alternatively making use of all of the available data, assuming normality and MCAR, the generalized partially overlapping samples t-test could be used.[29]

Multivariate testing

A generalization of Student's t statistic, called Hotelling's t-squared 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 Minnesota Multiphasic Personality Inventory). Because measures of this type are usually positively 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. Fisher's Method for combining multiple tests with alpha reduced for positive correlation among tests is one. Another is Hotelling's T2 statistic follows a T2 distribution. However, in practice the distribution is rarely used, since tabulated values for T2 are hard to find. Usually, T2 is converted instead to an F statistic.

For a one-sample multivariate test, the hypothesis is that the mean vector (μ) is equal to a given vector (μ0). The test statistic is Hotelling's t2:

 

where n is the sample size, x is the vector of column means and S is an m × m sample covariance matrix.

For a two-sample multivariate test, the hypothesis is that the mean vectors (μ1, μ2) of two samples are equal. The test statistic is Hotelling's two-sample t2:

 

The two-sample t-test is a special case of simple linear regression

The two-sample t-test is a special case of simple linear regression as illustrated by the following example.

A clinical trial examines 6 patients given drug or placebo. 3 patients get 0 units of drug (the placebo group). 3 patients get 1 unit of drug (the active treatment group). At the end of treatment, the researchers measure the change from baseline in the number of words that each patient can recall in a memory test.

 

Data and code are given for the analysis using the R programming language with the t.test and lmfunctions for the t-test and linear regression. Here are the (fictitious) data generated in R.

> word.recall.data=data.frame(drug.dose=c(0,0,0,1,1,1), word.recall=c(1,2,3,5,6,7))

Patient drug.dose word.recall
1 0 1
2 0 2
3 0 3
4 1 5
5 1 6
6 1 7


Perform the t-test. Notice that the assumption of equal variance, var.equal=T, is required to make the analysis exactly equivalent to simple linear regression.

> with(word.recall.data, t.test(word.recall~drug.dose, var.equal=T)) 

Running the R code gives the following results.

  • The mean word.recall in the 0 drug.dose group is 2.
  • The mean word.recall in the 1 drug.dose group is 6.
  • The difference between treatment groups in the mean word.recall is 6 – 2 = 4.
  • The difference in word.recall between drug doses is significant (p=0.00805).

Perform a linear regression of the same data. Calculations may be performed using the R function lm() for a linear model.

> word.recall.data.lm = lm(word.recall~drug.dose, data=word.recall.data) > summary(word.recall.data.lm) 


The linear regression provides a table of coefficients and p-values.

Coefficient Estimate Std. Error t value P-value
Intercept 2 0.5774 3.464 0.02572
drug.dose 4 0.8165 4.899 0.000805

The table of coefficients gives the following results.

  • The estimate value of 2 for the intercept is the mean value of the word recall when the drug dose is 0.
  • The estimate value of 4 for the drug dose indicates that for a 1-unit change in drug dose (from 0 to 1) there is a 4-unit change in mean word recall (from 2 to 6). This is the slope of the line joining the two group means.
  • The p-value that the slope of 4 is different from 0 is p = 0.00805.

The coefficients for the linear regression specify the slope and intercept of the line that joins the two group means, as illustrated in the graph. The intercept is 2 and the slope is 4.

 

Compare the result from the linear regression to the result from the t-test.

  • From the t-test, the difference between the group means is 6-2=4.
  • From the regression, the slope is also 4 indicating that a 1-unit change in drug dose (from 0 to 1) gives a 4-unit change in mean word recall (from 2 to 6).
  • The t-test p-value for the difference in means, and the regression p-value for the slope, are both 0.00805. The methods give identical results.

This example shows that, for the special case of a simple linear regression where there is a single x-variable that has values 0 and 1, the t-test gives the same results as the linear regression. The relationship can also be shown algebraically.

Recognizing this relationship between the t-test and linear regression facilitates the use of multiple linear regression and multi-way analysis of variance . These alternatives to t-tests allow for the inclusion of additional explanatory variables that are associated with the response. Including such additional explanatory variables using regression or anova reduces the otherwise unexplained variance, and commonly yields greater power to detect differences than do two-sample t-tests.

Software implementations

Many spreadsheet programs and statistics packages, such as QtiPlot, LibreOffice Calc, Microsoft Excel, SAS, SPSS, Stata, DAP, gretl, R, Python, PSPP, MATLAB and Minitab, include implementations of Student's t-test.

Language/Program Function Notes
Microsoft Excel pre 2010 TTEST(array1, array2, tails, type) See [1]
Microsoft Excel 2010 and later T.TEST(array1, array2, tails, type) See [2]
Apple Numbers TTEST(sample-1-values, sample-2-values, tails, test-type) See [3]
LibreOffice Calc TTEST(Data1; Data2; Mode; Type) See [4]
Google Sheets TTEST(range1, range2, tails, type) See [5]
Python scipy.stats.ttest_ind(a, b, equal_var=True) See [6]
MATLAB ttest(data1, data2) See [7]
Mathematica TTest[{data1,data2}] See [8]
R t.test(data1, data2, var.equal=TRUE) See [9]
SAS PROC TTEST See
Java tTest(sample1, sample2) See [11]
Julia EqualVarianceTTest(sample1, sample2) See [12]
Stata ttest data1 == data2 See [13]

See also

References

Citations

  1. ^ The Microbiome in Health and Disease. Academic Press. 2020-05-29. p. 397. ISBN 978-0-12-820001-8.
  2. ^ Szabó, István (2003). "Systeme aus einer endlichen Anzahl starrer Körper". Einführung in die Technische Mechanik. Springer Berlin Heidelberg. pp. 196–199. doi:10.1007/978-3-642-61925-0_16. ISBN 978-3-540-13293-6.
  3. ^ Schlyvitch, B. (October 1937). "Untersuchungen über den anastomotischen Kanal zwischen der Arteria coeliaca und mesenterica superior und damit in Zusammenhang stehende Fragen". Zeitschrift für Anatomie und Entwicklungsgeschichte. 107 (6): 709–737. doi:10.1007/bf02118337. ISSN 0340-2061. S2CID 27311567.
  4. ^ Helmert (1876). "Die Genauigkeit der Formel von Peters zur Berechnung des wahrscheinlichen Beobachtungsfehlers directer Beobachtungen gleicher Genauigkeit". Astronomische Nachrichten (in German). 88 (8–9): 113–131. Bibcode:1876AN.....88..113H. doi:10.1002/asna.18760880802.
  5. ^ Lüroth, J. (1876). "Vergleichung von zwei Werthen des wahrscheinlichen Fehlers". Astronomische Nachrichten (in German). 87 (14): 209–220. Bibcode:1876AN.....87..209L. doi:10.1002/asna.18760871402.
  6. ^ Pfanzagl, J. (1996). "Studies in the history of probability and statistics XLIV. A forerunner of the t-distribution". Biometrika. 83 (4): 891–898. doi:10.1093/biomet/83.4.891. MR 1766040.
  7. ^ Sheynin, Oscar (1995). "Helmert's work in the theory of errors". Archive for History of Exact Sciences. 49 (1): 73–104. doi:10.1007/BF00374700. ISSN 0003-9519. S2CID 121241599.
  8. ^ Pearson, Karl (1895). "X. Contributions to the mathematical theory of evolution.—II. Skew variation in homogeneous material". Philosophical Transactions of the Royal Society of London. (A.). 186: 343–414. Bibcode:1895RSPTA.186..343P. doi:10.1098/rsta.1895.0010.
  9. ^ a b Student (1908). "The Probable Error of a Mean" (PDF). Biometrika. 6 (1): 1–25. doi:10.1093/biomet/6.1.1. hdl:10338.dmlcz/143545. Retrieved 24 July 2016.
  10. ^ "T Table".
  11. ^ Wendl, Michael C. (2016). "Pseudonymous fame". Science. 351 (6280): 1406. doi:10.1126/science.351.6280.1406. PMID 27013722.
  12. ^ Walpole, Ronald E. (2006). Probability & statistics for engineers & scientists. Myers, H. Raymond. (7th ed.). New Delhi: Pearson. ISBN 81-7758-404-9. OCLC 818811849.
  13. ^ O'Connor, John J.; Robertson, Edmund F. "William Sealy Gosset". MacTutor History of Mathematics Archive. University of St Andrews.
  14. ^ Raju, T. N. (2005). "William Sealy Gosset and William A. Silverman: Two 'Students' of Science". Pediatrics. 116 (3): 732–5. doi:10.1542/peds.2005-1134. PMID 16140715. S2CID 32745754.
  15. ^ Dodge, Yadolah (2008). The Concise Encyclopedia of Statistics. Springer Science & Business Media. pp. 234–235. ISBN 978-0-387-31742-7.
  16. ^ Fadem, Barbara (2008). High-Yield Behavioral Science. High-Yield Series. Hagerstown, MD: Lippincott Williams & Wilkins. ISBN 9781451130300.
  17. ^ a b c d Lumley, Thomas; Diehr, Paula; Emerson, Scott; Chen, Lu (May 2002). "The Importance of the Normality Assumption in Large Public Health Data Sets". Annual Review of Public Health. 23 (1): 151–169. doi:10.1146/annurev.publhealth.23.100901.140546. ISSN 0163-7525. PMID 11910059.
  18. ^ Markowski, Carol A.; Markowski, Edward P. (1990). "Conditions for the Effectiveness of a Preliminary Test of Variance". The American Statistician. 44 (4): 322–326. doi:10.2307/2684360. JSTOR 2684360.
  19. ^ Guo, Beibei; Yuan, Ying (2017). "A comparative review of methods for comparing means using partially paired data". Statistical Methods in Medical Research. 26 (3): 1323–1340. doi:10.1177/0962280215577111. PMID 25834090. S2CID 46598415.
  20. ^ Bland, Martin (1995). An Introduction to Medical Statistics. Oxford University Press. p. 168. ISBN 978-0-19-262428-4.
  21. ^ Rice, John A. (2006). Mathematical Statistics and Data Analysis (3rd ed.). Duxbury Advanced.[ISBN missing]
  22. ^ Weisstein, Eric. "Student's t-Distribution". mathworld.wolfram.com.
  23. ^ David, H. A.; Gunnink, Jason L. (1997). "The Paired t Test Under Artificial Pairing". The American Statistician. 51 (1): 9–12. doi:10.2307/2684684. JSTOR 2684684.
  24. ^ Wang, Chang; Jia, Jinzhu (2022). "Te Test: A New Non-asymptotic T-test for Behrens-Fisher Problems". arXiv:2210.16473 [math.ST].
  25. ^ a b Sawilowsky, Shlomo S.; Blair, R. Clifford (1992). "A More Realistic Look at the Robustness and Type II Error Properties of the t Test to Departures From Population Normality". Psychological Bulletin. 111 (2): 352–360. doi:10.1037/0033-2909.111.2.352.
  26. ^ Zimmerman, Donald W. (January 1998). "Invalidation of Parametric and Nonparametric Statistical Tests by Concurrent Violation of Two Assumptions". The Journal of Experimental Education. 67 (1): 55–68. doi:10.1080/00220979809598344. ISSN 0022-0973.
  27. ^ Blair, R. Clifford; Higgins, James J. (1980). "A Comparison of the Power of Wilcoxon's Rank-Sum Statistic to That of Student's t Statistic Under Various Nonnormal Distributions". Journal of Educational Statistics. 5 (4): 309–335. doi:10.2307/1164905. JSTOR 1164905.
  28. ^ Fay, Michael P.; Proschan, Michael A. (2010). "Wilcoxon–Mann–Whitney or t-test? On assumptions for hypothesis tests and multiple interpretations of decision rules". Statistics Surveys. 4: 1–39. doi:10.1214/09-SS051. PMC 2857732. PMID 20414472.
  29. ^ Derrick, B; Toher, D; White, P (2017). "How to compare the means of two samples that include paired observations and independent observations: A companion to Derrick, Russ, Toher and White (2017)" (PDF). The Quantitative Methods for Psychology. 13 (2): 120–126. doi:10.20982/tqmp.13.2.p120.

Sources

Further reading

  • Boneau, C. Alan (1960). "The effects of violations of assumptions underlying the t test". Psychological Bulletin. 57 (1): 49–64. doi:10.1037/h0041412. PMID 13802482.
  • Edgell, Stephen E.; Noon, Sheila M. (1984). "Effect of violation of normality on the t test of the correlation coefficient". Psychological Bulletin. 95 (3): 576–583. doi:10.1037/0033-2909.95.3.576.

External links

student, test, test, type, statistical, analysis, used, compare, averages, groups, determine, differences, between, them, more, likely, arise, from, random, chance, statistical, hypothesis, test, which, test, statistic, follows, student, distribution, under, n. A t test is a type of statistical analysis used to compare the averages of two groups and determine if the differences between them more are likely to arise from random chance It is any statistical hypothesis test in which the test statistic follows a Student s t distribution under the null hypothesis 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 typically the scaling term is unknown and therefore a nuisance parameter When the scaling term is estimated based on the data the test statistic under certain conditions follows a Student s t distribution The t test s most common application is to test whether the means of two populations are different Contents 1 History 2 Uses 3 Assumptions 4 Unpaired and paired two sample t tests 4 1 Independent unpaired samples 4 2 Paired samples 5 Calculations 5 1 One sample t test 5 2 Slope of a regression line 5 3 Independent two sample t test 5 3 1 Equal sample sizes and variance 5 3 2 Equal or unequal sample sizes similar variances 1 2 lt sX1 sX2 lt 2 5 3 3 Equal or unequal sample sizes unequal variances sX1 gt 2sX2 or sX2 gt 2sX1 5 4 Exact method for unequal variances and sample sizes 5 5 Dependent t test for paired samples 6 Worked examples 6 1 Unequal variances 6 2 Equal variances 7 Related statistical tests 7 1 Alternatives to the t test for location problems 7 2 A design which includes both paired observations and independent observations 7 3 Multivariate testing 7 4 The two sample t test is a special case of simple linear regression 8 Software implementations 9 See also 10 References 10 1 Citations 10 2 Sources 11 Further reading 12 External linksHistory Edit William Sealy Gosset who developed the t statistic and published it under the pseudonym of Student The term t statistic is abbreviated from hypothesis test statistic 1 In statistics the t distribution was first derived as a posterior distribution in 1876 by Helmert 2 3 4 and Luroth 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 first published it in English in 1908 in the scientific journal Biometrika using the pseudonym Student 9 10 because his employer preferred staff to use pen names when publishing scientific papers 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 with small sample sizes 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 see Student s t distribution for a detailed history of this pseudonym which is not to be confused with the literal term student 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 and Student s t test Gosset had been hired owing to Claude Guinness s policy of recruiting the best graduates from Oxford and Cambridge to apply biochemistry and statistics to Guinness s industrial processes 13 Gosset devised the t test as an economical way to monitor the quality of stout The t test work was submitted to and accepted in the journal Biometrika and published in 1908 9 Guinness had a policy of allowing technical staff leave for study so called study leave which Gosset used during the first two terms of the 1906 1907 academic year in Professor Karl Pearson s Biometric Laboratory at University College London 14 Gosset s identity was then known to fellow statisticians and to editor in chief Karl Pearson 15 Uses EditThe most frequently used t tests are one sample and two sample tests A one sample location test of whether the mean of a population has a value specified in a null hypothesis A two sample location test of the null hypothesis such that the means of two populations are equal All such tests are usually called Student s t tests though strictly speaking that name should only be used if the variances of the two populations are also assumed to be equal the form of the test used when this assumption is dropped is sometimes called Welch s t test These tests are often referred to as unpaired or independent samples t tests as they are typically applied when the statistical units underlying the two samples being compared are non overlapping 16 Assumptions Edit dubious discuss Most test statistics have the form t Z s where Z and s are functions of the data Z may 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 t Z s X m s n displaystyle t frac Z s frac bar X mu widehat sigma sqrt n where X is the sample mean from a sample X1 X2 Xn of size n s is the standard error of the mean s textstyle widehat sigma is the estimate of the standard deviation of the population and m is the population mean The assumptions underlying a t test in the simplest form above are that X follows a normal distribution with mean m and variance s2 n s2 n 1 s2 follows a x2 distribution with n 1 degrees of freedom This assumption is met when the observations used for estimating s2 come from a normal distribution and i i d for each group Z and s are independent In the t test comparing the means of two independent samples the following assumptions should be met The means of the two populations being compared should follow normal distributions Under weak assumptions this follows in large samples from the central limit theorem even when the distribution of observations in each group is non normal 17 If using Student s original definition of the t test the two populations being compared should have the same variance testable using F test Levene s test Bartlett s test or the Brown Forsythe test or assessable graphically using a Q Q plot If the sample sizes in the two groups being compared are equal Student s original t test is highly robust to the presence of unequal variances 18 Welch s t test is insensitive to equality of the variances regardless of whether the sample sizes are similar The data used to carry out the test should either be sampled independently from the two populations being compared or be fully paired This is in general not testable from the data but if the data are known to be dependent e g paired by test design a dependent test has to be applied For partially paired data the classical independent t tests may give invalid results as the test statistic might not follow a t distribution while the dependent t test is sub optimal as it discards the unpaired data 19 Most two sample t tests are robust to all but large deviations from the assumptions 20 For exactness the t test and Z test require normality of the sample means and the t test additionally requires that the sample variance follows a scaled x2 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 x2 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 That is as sample size n displaystyle n increases n X m d N 0 s 2 displaystyle sqrt n bar X mu xrightarrow d N left 0 sigma 2 right as per the Central limit theorem s 2 p s 2 displaystyle s 2 xrightarrow p sigma 2 as per the Law of large numbers n X m s d N 0 1 displaystyle therefore frac sqrt n bar X mu s xrightarrow d N 0 1 Unpaired and paired two sample t tests Edit Type I error of unpaired and paired two sample t tests as a function of the correlation The simulated random numbers originate from a bivariate normal distribution with a variance of 1 The significance level is 5 and the number of cases is 60 Power of unpaired and paired two sample t tests as a function of the correlation The simulated random numbers originate from a bivariate normal distribution with a variance of 1 and a deviation of the expected value of 0 4 The significance level is 5 and the number of cases is 60 Two sample t tests for a difference in means involve independent samples unpaired samples or paired samples Paired t tests are a form of blocking and have greater power probability of avoiding a type II error also known as a false negative than unpaired tests when the paired units are similar with respect to noise factors see confounder that are independent of membership in the two groups being compared 21 In a different context paired t tests can be used to reduce the effects of confounding factors in an observational study Independent unpaired samples Edit The independent samples t test is used when two separate sets of independent and identically distributed samples are obtained and one variable from each of the two populations is compared For example suppose we are evaluating the effect of a medical treatment and we enroll 100 subjects into our study then randomly assign 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 Paired samples Edit Main article Paired difference test Paired samples 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 By comparing the same patient s numbers before and after treatment we are effectively using each patient as their own control That way the correct rejection of the null hypothesis here of no difference made by the treatment can become much more likely with statistical power increasing simply because the random interpatient variation has now been eliminated However an increase of statistical power comes at a price more tests are required each subject having to be tested twice Because half of the sample now depends on the other half the paired version of Student s t test has only n 2 1 degrees of freedom with n being the total number of observations Pairs become individual test units and the sample has to be doubled to achieve the same number of degrees of freedom Normally there are n 1 degrees of freedom with n being the total number of observations 22 A paired samples 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 23 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 sometimes used in observational studies to reduce or eliminate the effects of confounding factors Paired samples t tests are often referred to as dependent samples t tests Calculations EditExplicit 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 are given in each case Each of these statistics can be used to carry out either a one tailed or two tailed test Once the t value and degrees of freedom are 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 One sample t test Edit In testing the null hypothesis that the population mean is equal to a specified value m0 one uses the statistic t x m 0 s n displaystyle t frac bar x mu 0 s sqrt n where x displaystyle bar x is the sample mean s is the sample standard deviation and n is the sample size The degrees of freedom used in this test are n 1 Although the parent population does not need to be normally distributed the distribution of the population of sample means x displaystyle bar x is assumed to be normal By the central limit theorem if the observations are independent and the second moment exists then t displaystyle t will be approximately normal N 0 1 Slope of a regression line Edit Suppose one is fitting the model Y a b x e displaystyle Y alpha beta x varepsilon where x is known a and b are unknown e is a normally distributed random variable with mean 0 and unknown variance s2 and Y is the outcome of interest We want to test the null hypothesis that the slope b is equal to some specified value b0 often taken to be 0 in which case the null hypothesis is that x and y are uncorrelated Let a b least squares estimators S E a S E b the standard errors of least squares estimators displaystyle begin aligned widehat alpha widehat beta amp text least squares estimators SE widehat alpha SE widehat beta amp text the standard errors of least squares estimators end aligned Then t score b b 0 S E b T n 2 displaystyle t text score frac widehat beta beta 0 SE widehat beta sim mathcal T n 2 has a t distribution with n 2 degrees of freedom if the null hypothesis is true The standard error of the slope coefficient S E b 1 n 2 i 1 n y i y i 2 i 1 n x i x 2 displaystyle SE widehat beta frac sqrt dfrac 1 n 2 displaystyle sum i 1 n left y i widehat y i right 2 sqrt displaystyle sum i 1 n left x i bar x right 2 can be written in terms of the residuals Let e i y i y i y i a b x i residuals estimated errors SSR i 1 n e i 2 sum of squares of residuals displaystyle begin aligned widehat varepsilon i amp y i widehat y i y i left widehat alpha widehat beta x i right text residuals text estimated errors text SSR amp sum i 1 n widehat varepsilon i 2 text sum of squares of residuals end aligned Then t score is given by t score b b 0 n 2 S S R i 1 n x i x 2 displaystyle t text score frac left widehat beta beta 0 right sqrt n 2 sqrt frac SSR sum i 1 n left x i bar x right 2 Another way to determine the t score is t score r n 2 1 r 2 displaystyle t text score frac r sqrt n 2 sqrt 1 r 2 where r is the Pearson correlation coefficient The t score intercept can be determined from the t score slope t score intercept a b t score slope s x 2 x 2 displaystyle t text score intercept frac alpha beta frac t text score slope sqrt s text x 2 bar x 2 where sx2 is the sample variance Independent two sample t test Edit Equal sample sizes and variance Edit Given two groups 1 2 this test is only applicable when the two sample sizes are equal it can be assumed that the two distributions have the same variance Violations of these assumptions are discussed below The t statistic to test whether the means are different can be calculated as follows t X 1 X 2 s p 2 n displaystyle t frac bar X 1 bar X 2 s p sqrt frac 2 n where s p s X 1 2 s X 2 2 2 displaystyle s p sqrt frac s X 1 2 s X 2 2 2 Here sp is the pooled standard deviation for n n1 n2 and s 2X1 and s 2X2 are the unbiased estimators of the population variance 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 sample size Equal or unequal sample sizes similar variances 1 2 lt sX1 sX2 lt 2 Edit 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 previous formulae are a special case of the formulae below one recovers them when both samples are equal in size n n1 n2 The t statistic to test whether the means are different can be calculated as follows t X 1 X 2 s p 1 n 1 1 n 2 displaystyle t frac bar X 1 bar X 2 s p cdot sqrt frac 1 n 1 frac 1 n 2 where s p n 1 1 s X 1 2 n 2 1 s X 2 2 n 1 n 2 2 displaystyle s p sqrt frac left n 1 1 right s X 1 2 left n 2 1 right s X 2 2 n 1 n 2 2 is the pooled 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 ni 1 is the number of degrees of freedom for each 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 Equal or unequal sample sizes unequal variances sX1 gt 2sX2 or sX2 gt 2sX1 Edit Main article Welch s t test This test also known as Welch s t test is used only when the two population variances are not assumed to be equal the two sample sizes may or may not be equal and hence must be estimated separately The t statistic to test whether the population means are different is calculated as t X 1 X 2 s D displaystyle t frac bar X 1 bar X 2 s bar Delta where s D s 1 2 n 1 s 2 2 n 2 displaystyle s bar Delta sqrt frac s 1 2 n 1 frac s 2 2 n 2 Here si2 is the unbiased estimator of the variance of each of the two samples with ni number of participants in group i i 1 or 2 In this case s D 2 textstyle s bar Delta 2 is not a pooled variance For use in significance testing the distribution of the test statistic is approximated as an ordinary Student s t distribution with the degrees of freedom calculated using d f s 1 2 n 1 s 2 2 n 2 2 s 1 2 n 1 2 n 1 1 s 2 2 n 2 2 n 2 1 displaystyle mathrm d f frac left frac s 1 2 n 1 frac s 2 2 n 2 right 2 frac left s 1 2 n 1 right 2 n 1 1 frac left s 2 2 n 2 right 2 n 2 1 This is known as the Welch Satterthwaite equation The true distribution of the test statistic actually depends slightly on the two unknown population variances see Behrens Fisher problem Exact method for unequal variances and sample sizes Edit The test 24 deals with the famous Behrens Fisher problem i e comparing the difference between the means of two normally distributed populations when the variances of the two populations are not assumed to be equal based on two independent samples The test is developed as an exact test that allows for unequal sample sizes and unequal variances of two populations The exact property still holds even with small extremely small and unbalanced sample sizes e g n 1 5 n 2 50 displaystyle n 1 5 n 2 50 The statistic to test whether the means are different can be calculated as follows Let X X 1 X 2 X m T displaystyle X X 1 X 2 ldots X m T and Y Y 1 Y 2 Y n T displaystyle Y Y 1 Y 2 ldots Y n T be the i i d sample vectors m gt n displaystyle m gt n from N m 1 s 1 2 displaystyle N mu 1 sigma 1 2 and N m 2 s 2 2 displaystyle N mu 2 sigma 2 2 separately Let P T n n displaystyle P T n times n be an n n displaystyle n times n orthogonal matrix whose elements of the first row are all 1 n displaystyle 1 sqrt n similarly let Q T n m displaystyle Q T n times m be the first n rows of an m m displaystyle m times m orthogonal matrix whose elements of the first row are all 1 m displaystyle 1 sqrt m Then Z Q T n m X m P T n n Y n displaystyle Z Q T n times m X sqrt m P T n times n Y sqrt n is an n dimensional normal random vector Z N m 1 m 2 0 0 T s 1 2 m s 2 2 n I n displaystyle Z sim N mu 1 mu 2 0 0 T frac sigma 1 2 m frac sigma 2 2 n I n From the above distribution we see that Z 1 m 1 m 2 N 0 s 1 2 m s 2 2 n displaystyle Z 1 mu 1 mu 2 sim N 0 frac sigma 1 2 m frac sigma 2 2 n i 2 n Z i 2 n 1 x n 1 2 n 1 s 1 2 m s 2 2 n displaystyle frac sum i 2 n Z i 2 n 1 sim frac chi n 1 2 n 1 times frac sigma 1 2 m frac sigma 2 2 n Z 1 m 1 m 2 i 2 n Z i 2 displaystyle Z 1 mu 1 mu 2 perp sum i 2 n Z i 2 T e Z 1 m 1 m 2 i 2 n Z i 2 n 1 t n 1 displaystyle T e frac Z 1 mu 1 mu 2 sqrt sum i 2 n Z i 2 n 1 sim t n 1 Dependent t test for paired samples Edit 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 The t statistic is calculated as t X D m 0 s D n displaystyle t frac bar X D mu 0 s D sqrt n where X D displaystyle bar X D and s D displaystyle s D are the average and standard deviation of the differences between all pairs The pairs are e g 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 constant m0 is zero if we want to test whether the average of the difference is significantly different The degree of freedom used is n 1 where n represents the number of pairs Example of repeated measures Number Name Test 1 Test 21 Mike 35 67 2 Melanie 50 46 3 Melissa 90 86 4 Mitchell 78 91 Example of matched pairs Pair Name Age Test1 John 35 2501 Jane 36 3402 Jimmy 22 4602 Jessy 21 200Worked examples EditThis article may not properly summarize its corresponding main article Please help improve it by rewriting it in an encyclopedic style Learn how and when to remove this template message Let A1 denote a set obtained by drawing a random sample of six measurements A 1 30 02 29 99 30 11 29 97 30 01 29 99 displaystyle A 1 30 02 29 99 30 11 29 97 30 01 29 99 and let A2 denote a second set obtained similarly A 2 29 89 29 93 29 72 29 98 30 02 29 98 displaystyle A 2 29 89 29 93 29 72 29 98 30 02 29 98 These could be for example the weights of screws that were chosen out of a bucket We will carry out tests of the null hypothesis that the means of the populations from which the two samples were taken are equal The difference between the two sample means each denoted by X i which appears in the numerator for all the two sample testing approaches discussed above is X 1 X 2 0 095 displaystyle bar X 1 bar X 2 0 095 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 Unequal variances Edit If the approach for unequal variances discussed above is followed the results are s 1 2 n 1 s 2 2 n 2 0 04849 displaystyle sqrt frac s 1 2 n 1 frac s 2 2 n 2 approx 0 04849 and the degrees of freedom d f 7 031 displaystyle text d f approx 7 031 The test statistic is approximately 1 959 which gives a two tailed test p value of 0 09077 Equal variances Edit If the approach for equal variances discussed above is followed the results are s p 0 08396 displaystyle s p approx 0 08396 and the degrees of freedom d f 10 displaystyle text d f 10 The test statistic is approximately equal to 1 959 which gives a two tailed p value of 0 07857 Related statistical tests EditAlternatives to the t test for location problems Edit The t test provides an exact test for the equality of the means of two i i d normal populations with unknown but equal variances 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 and a one tailed test the t test is relatively robust to moderate violations of the normality assumption 25 In large enough samples the t test asymptotically approaches the z test and becomes robust even to large deviations from normality 17 If the data are substantially non normal and the sample size is small the t test can give misleading results See Location test for Gaussian scale mixture distributions for some theory related to one particular family of non normal distributions When the normality assumption does not hold a non parametric alternative to the t test may have better statistical power However when data are non normal with differing variances between groups a t test may have better type 1 error control than some non parametric alternatives 26 Furthermore non parametric methods such as the Mann Whitney U test discussed below typically do not test for a difference of means so should be used carefully if a difference of means is of primary scientific interest 17 For example Mann Whitney U test will keep the type 1 error at the desired level alpha if both groups have the same distribution It will also have power in detecting an alternative by which group B has the same distribution as A but after some shift by a constant in which case there would indeed be a difference in the means of the two groups However there could be cases where group A and B will have different distributions but with the same means such as two distributions one with positive skewness and the other with a negative one but shifted so to have the same means In such cases MW could have more than alpha level power in rejecting the Null hypothesis but attributing the interpretation of difference in means to such a result would be incorrect In the presence of an outlier the t test is not robust For example for two independent samples when the data distributions are asymmetric that is the distributions are skewed or the distributions have large tails then the Wilcoxon rank sum test also known as the Mann Whitney U test can have three to four times higher power than the t test 25 27 28 The nonparametric counterpart to the paired samples t test is the Wilcoxon signed rank test for paired samples For a discussion on choosing between the t test and nonparametric alternatives see Lumley et al 2002 17 One way analysis of variance ANOVA generalizes the two sample t test when the data belong to more than two groups A design which includes both paired observations and independent observations Edit When both paired observations and independent observations are present in the two sample design assuming data are missing completely at random MCAR the paired observations or independent observations may be discarded in order to proceed with the standard tests above Alternatively making use of all of the available data assuming normality and MCAR the generalized partially overlapping samples t test could be used 29 Multivariate testing Edit Main article Hotelling s T squared distribution A generalization of Student s t statistic called Hotelling s t squared 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 Minnesota Multiphasic Personality Inventory Because measures of this type are usually positively 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 Fisher s Method for combining multiple tests with alpha reduced for positive correlation among tests is one Another is Hotelling s T2 statistic follows a T2 distribution However in practice the distribution is rarely used since tabulated values for T2 are hard to find Usually T2 is converted instead to an F statistic For a one sample multivariate test the hypothesis is that the mean vector m is equal to a given vector m0 The test statistic is Hotelling s t2 t 2 n x m 0 S 1 x m 0 displaystyle t 2 n bar mathbf x boldsymbol mu 0 mathbf S 1 bar mathbf x boldsymbol mu 0 where n is the sample size x is the vector of column means and S is an m m sample covariance matrix For a two sample multivariate test the hypothesis is that the mean vectors m1 m2 of two samples are equal The test statistic is Hotelling s two sample t2 t 2 n 1 n 2 n 1 n 2 x 1 x 2 S pooled 1 x 1 x 2 displaystyle t 2 frac n 1 n 2 n 1 n 2 left bar mathbf x 1 bar mathbf x 2 right mathbf S text pooled 1 left bar mathbf x 1 bar mathbf x 2 right The two sample t test is a special case of simple linear regression Edit The two sample t test is a special case of simple linear regression as illustrated by the following example A clinical trial examines 6 patients given drug or placebo 3 patients get 0 units of drug the placebo group 3 patients get 1 unit of drug the active treatment group At the end of treatment the researchers measure the change from baseline in the number of words that each patient can recall in a memory test Data and code are given for the analysis using the R programming language with the t test and lmfunctions for the t test and linear regression Here are the fictitious data generated in R gt word recall data data frame drug dose c 0 0 0 1 1 1 word recall c 1 2 3 5 6 7 Patient drug dose word recall1 0 12 0 23 0 34 1 55 1 66 1 7Perform the t test Notice that the assumption of equal variance var equal T is required to make the analysis exactly equivalent to simple linear regression gt with word recall data t test word recall drug dose var equal T Running the R code gives the following results The mean word recall in the 0 drug dose group is 2 The mean word recall in the 1 drug dose group is 6 The difference between treatment groups in the mean word recall is 6 2 4 The difference in word recall between drug doses is significant p 0 00805 Perform a linear regression of the same data Calculations may be performed using the R function lm for a linear model gt word recall data lm lm word recall drug dose data word recall data gt summary word recall data lm The linear regression provides a table of coefficients and p values Coefficient Estimate Std Error t value P valueIntercept 2 0 5774 3 464 0 02572drug dose 4 0 8165 4 899 0 000805The table of coefficients gives the following results The estimate value of 2 for the intercept is the mean value of the word recall when the drug dose is 0 The estimate value of 4 for the drug dose indicates that for a 1 unit change in drug dose from 0 to 1 there is a 4 unit change in mean word recall from 2 to 6 This is the slope of the line joining the two group means The p value that the slope of 4 is different from 0 is p 0 00805 The coefficients for the linear regression specify the slope and intercept of the line that joins the two group means as illustrated in the graph The intercept is 2 and the slope is 4 Compare the result from the linear regression to the result from the t test From the t test the difference between the group means is 6 2 4 From the regression the slope is also 4 indicating that a 1 unit change in drug dose from 0 to 1 gives a 4 unit change in mean word recall from 2 to 6 The t test p value for the difference in means and the regression p value for the slope are both 0 00805 The methods give identical results This example shows that for the special case of a simple linear regression where there is a single x variable that has values 0 and 1 the t test gives the same results as the linear regression The relationship can also be shown algebraically Recognizing this relationship between the t test and linear regression facilitates the use of multiple linear regression and multi way analysis of variance These alternatives to t tests allow for the inclusion of additional explanatory variables that are associated with the response Including such additional explanatory variables using regression or anova reduces the otherwise unexplained variance and commonly yields greater power to detect differences than do two sample t tests Software implementations EditMany spreadsheet programs and statistics packages such as QtiPlot LibreOffice Calc Microsoft Excel SAS SPSS Stata DAP gretl R Python PSPP MATLAB and Minitab include implementations of Student s t test Language Program Function NotesMicrosoft Excel pre 2010 TTEST i array1 i i array2 i i tails i i type i See 1 Microsoft Excel 2010 and later T TEST i array1 i i array2 i i tails i i type i See 2 Apple Numbers TTEST sample 1 values sample 2 values tails test type See 3 LibreOffice Calc TTEST i Data1 Data2 Mode Type i See 4 Google Sheets TTEST range1 range2 tails type See 5 Python scipy stats ttest ind i a i i b i i equal var True i See 6 MATLAB ttest data1 data2 See 7 Mathematica TTest data1 data2 See 8 R t test data1 data2 var equal TRUE See 9 SAS PROC TTEST See 10 Java tTest sample1 sample2 See 11 Julia EqualVarianceTTest sample1 sample2 See 12 Stata ttest data1 data2 See 13 See also Edit Mathematics portalConditional change model F test Noncentral t distribution in power analysis Student s t statistic Z test Mann Whitney U test Sidak correction for t test Welch s t test Analysis of variance ANOVA References EditCitations Edit The Microbiome in Health and Disease Academic Press 2020 05 29 p 397 ISBN 978 0 12 820001 8 Szabo Istvan 2003 Systeme aus einer endlichen Anzahl starrer Korper Einfuhrung in die Technische Mechanik Springer Berlin Heidelberg pp 196 199 doi 10 1007 978 3 642 61925 0 16 ISBN 978 3 540 13293 6 Schlyvitch B October 1937 Untersuchungen uber den anastomotischen Kanal zwischen der Arteria coeliaca und mesenterica superior und damit in Zusammenhang stehende Fragen Zeitschrift fur Anatomie und Entwicklungsgeschichte 107 6 709 737 doi 10 1007 bf02118337 ISSN 0340 2061 S2CID 27311567 Helmert 1876 Die Genauigkeit der Formel von Peters zur Berechnung des wahrscheinlichen Beobachtungsfehlers directer Beobachtungen gleicher Genauigkeit Astronomische Nachrichten in German 88 8 9 113 131 Bibcode 1876AN 88 113H doi 10 1002 asna 18760880802 Luroth J 1876 Vergleichung von zwei Werthen des wahrscheinlichen Fehlers Astronomische Nachrichten in German 87 14 209 220 Bibcode 1876AN 87 209L doi 10 1002 asna 18760871402 Pfanzagl J 1996 Studies in the history of probability and statistics XLIV A forerunner of the t distribution Biometrika 83 4 891 898 doi 10 1093 biomet 83 4 891 MR 1766040 Sheynin Oscar 1995 Helmert s work in the theory of errors Archive for History of Exact Sciences 49 1 73 104 doi 10 1007 BF00374700 ISSN 0003 9519 S2CID 121241599 Pearson Karl 1895 X Contributions to the mathematical theory of evolution II Skew variation in homogeneous material Philosophical Transactions of the Royal Society of London A 186 343 414 Bibcode 1895RSPTA 186 343P doi 10 1098 rsta 1895 0010 a b Student 1908 The Probable Error of a Mean PDF Biometrika 6 1 1 25 doi 10 1093 biomet 6 1 1 hdl 10338 dmlcz 143545 Retrieved 24 July 2016 T Table Wendl Michael C 2016 Pseudonymous fame Science 351 6280 1406 doi 10 1126 science 351 6280 1406 PMID 27013722 Walpole Ronald E 2006 Probability amp statistics for engineers amp scientists Myers H Raymond 7th ed New Delhi Pearson ISBN 81 7758 404 9 OCLC 818811849 O Connor John J Robertson Edmund F William Sealy Gosset MacTutor History of Mathematics Archive University of St Andrews Raju T N 2005 William Sealy Gosset and William A Silverman Two Students of Science Pediatrics 116 3 732 5 doi 10 1542 peds 2005 1134 PMID 16140715 S2CID 32745754 Dodge Yadolah 2008 The Concise Encyclopedia of Statistics Springer Science amp Business Media pp 234 235 ISBN 978 0 387 31742 7 Fadem Barbara 2008 High Yield Behavioral Science High Yield Series Hagerstown MD Lippincott Williams amp Wilkins ISBN 9781451130300 a b c d Lumley Thomas Diehr Paula Emerson Scott Chen Lu May 2002 The Importance of the Normality Assumption in Large Public Health Data Sets Annual Review of Public Health 23 1 151 169 doi 10 1146 annurev publhealth 23 100901 140546 ISSN 0163 7525 PMID 11910059 Markowski Carol A Markowski Edward P 1990 Conditions for the Effectiveness of a Preliminary Test of Variance The American Statistician 44 4 322 326 doi 10 2307 2684360 JSTOR 2684360 Guo Beibei Yuan Ying 2017 A comparative review of methods for comparing means using partially paired data Statistical Methods in Medical Research 26 3 1323 1340 doi 10 1177 0962280215577111 PMID 25834090 S2CID 46598415 Bland Martin 1995 An Introduction to Medical Statistics Oxford University Press p 168 ISBN 978 0 19 262428 4 Rice John A 2006 Mathematical Statistics and Data Analysis 3rd ed Duxbury Advanced ISBN missing Weisstein Eric Student s t Distribution mathworld wolfram com David H A Gunnink Jason L 1997 The Paired t Test Under Artificial Pairing The American Statistician 51 1 9 12 doi 10 2307 2684684 JSTOR 2684684 Wang Chang Jia Jinzhu 2022 Te Test A New Non asymptotic T test for Behrens Fisher Problems arXiv 2210 16473 math ST a b Sawilowsky Shlomo S Blair R Clifford 1992 A More Realistic Look at the Robustness and Type II Error Properties of the t Test to Departures From Population Normality Psychological Bulletin 111 2 352 360 doi 10 1037 0033 2909 111 2 352 Zimmerman Donald W January 1998 Invalidation of Parametric and Nonparametric Statistical Tests by Concurrent Violation of Two Assumptions The Journal of Experimental Education 67 1 55 68 doi 10 1080 00220979809598344 ISSN 0022 0973 Blair R Clifford Higgins James J 1980 A Comparison of the Power of Wilcoxon s Rank Sum Statistic to That of Student s t Statistic Under Various Nonnormal Distributions Journal of Educational Statistics 5 4 309 335 doi 10 2307 1164905 JSTOR 1164905 Fay Michael P Proschan Michael A 2010 Wilcoxon Mann Whitney or t test On assumptions for hypothesis tests and multiple interpretations of decision rules Statistics Surveys 4 1 39 doi 10 1214 09 SS051 PMC 2857732 PMID 20414472 Derrick B Toher D White P 2017 How to compare the means of two samples that include paired observations and independent observations A companion to Derrick Russ Toher and White 2017 PDF The Quantitative Methods for Psychology 13 2 120 126 doi 10 20982 tqmp 13 2 p120 Sources Edit O Mahony Michael 1986 Sensory Evaluation of Food Statistical Methods and Procedures CRC Press p 487 ISBN 0 82477337 3 Press William H Teukolsky Saul A Vetterling William T Flannery Brian P 1992 Numerical Recipes in C The Art of Scientific Computing Cambridge University Press p 616 ISBN 0 521 43108 5 Further reading EditBoneau C Alan 1960 The effects of violations of assumptions underlying the t test Psychological Bulletin 57 1 49 64 doi 10 1037 h0041412 PMID 13802482 Edgell Stephen E Noon Sheila M 1984 Effect of violation of normality on the t test of the correlation coefficient Psychological Bulletin 95 3 576 583 doi 10 1037 0033 2909 95 3 576 External links Edit Wikiversity has learning resources about t test Student test Encyclopedia of Mathematics EMS Press 2001 1994 Trochim William M K The T Test Research Methods Knowledge Base conjoint ly Econometrics lecture topic hypothesis testing on YouTube by Mark Thoma Retrieved from https en wikipedia org w index php title Student 27s t test amp oldid 1162287617, wikipedia, wiki, book, books, library,

article

, read, download, free, free download, mp3, video, mp4, 3gp, jpg, jpeg, gif, png, picture, music, song, movie, book, game, games.