The t-Test is a statistical test used to determine if there is a significant difference between the means of two groups.
It is commonly used in hypothesis testing when the sample size is small and the population standard deviation is unknown.
Assumptions of the t-test:
The data should be normally distributed (especially for small samples).
The samples should be randomly selected.
In an independent t-test, the two groups should have equal variance (homogeneity of variance).
In a paired t-test, the observations should be dependent (related to each other).