t F Z distribution

Comprehensive study notes, diagrams, and exam preparation for t F Z distribution.

The t-Distribution and F-Distribution

Definition

In the study of hypothesis testing, the t-distribution and F-distribution are continuous probability distributions used to draw inferences about population parameters when sample sizes are small or population variances are unknown. The t-distribution relates to the mean of a normally distributed population, while the F-distribution relates to the ratio of two variances.


Main Content

1. Student’s t-Distribution

  • The t-distribution is used to test hypotheses about a population mean when the population standard deviation ($\sigma$) is unknown and the sample size is small ($n < 30$).
  • It is symmetric, bell-shaped, and centered at zero, similar to the standard normal distribution (Z), but with "heavier tails," which allows for more variability in smaller samples.
       Normal (Z)
      /   |   \
     /    |    \
    /     |     \  (t-distribution)
--------------------------
-3   -2   -1   0   1   2   3
(The t-distribution has fatter tails than the Z-curve)

2. F-Distribution

  • The F-distribution is a ratio of two independent chi-square variables divided by their respective degrees of freedom. It is primarily used in Analysis of Variance (ANOVA) to compare multiple group means.
  • Unlike the t-distribution, the F-distribution is not symmetric; it is skewed to the right and its values are always non-negative ($F \ge 0$).

3. Degrees of Freedom (df)

  • Degrees of freedom represent the number of values in a calculation that are free to vary.
  • For the t-distribution, $df = n - 1$. For the F-distribution, there are two types of degrees of freedom: $df_1$ (numerator) and $df_2$ (denominator), corresponding to the two samples being compared.

Working / Process

1. Formulate Hypotheses

  • State the Null Hypothesis ($H_0$) and the Alternative Hypothesis ($H_1$). For example, in an F-test, $H_0: \sigma_1^2 = \sigma_2^2$ (the variances are equal).
  • Choose the significance level ($\alpha$), typically 0.05 or 0.01.

2. Calculate the Test Statistic

  • For a t-test: $t = \frac{\bar{x} - \mu}{s / \sqrt{n}}$, where $\bar{x}$ is the sample mean, $\mu$ is the population mean, $s$ is the sample standard deviation, and $n$ is sample size.
  • For an F-test: $F = \frac{s_1^2}{s_2^2}$, where $s_1^2$ and $s_2^2$ are the sample variances of the two groups.

3. Compare with Critical Value

  • Find the critical value using t-tables or F-tables based on your degrees of freedom and $\alpha$.
  • If the calculated statistic exceeds the critical value (for a right-tailed test), you reject the null hypothesis. Otherwise, you fail to reject it.

Advantages / Applications

  • The t-distribution is essential for quality control in manufacturing when testing small batches where the population variance is unknown.
  • The F-distribution is the backbone of ANOVA, allowing researchers to determine if there are significant differences among three or more groups simultaneously.
  • Both distributions provide robust statistical methods that account for uncertainty in estimation, preventing researchers from making Type I errors (false positives).

Summary

The t-distribution is used for hypothesis testing of means when sample sizes are small, while the F-distribution is used to compare the variances of two or more populations. Both are fundamental tools in statistics that rely on degrees of freedom to determine the probability of observed sample data under a null hypothesis.

Important terms: Degrees of freedom, Null Hypothesis, Variance, Significance level, and Test Statistic.