Reading the t-table and bracketing a tail
◈ 5 cardsCritical values from df and α; tail areas trapped between two columns; and why the ∞ row is the z-table.
What the t-table lists
The t-table is laid out the other way round from the z-table. Its rows are degrees of freedom ( and ) and its columns are upper-tail areas . The cell is the value with area to its right:
So the table answers "given a tail area, what is ?" directly, and answers "given , what is the tail area?" only approximately — by trapping the area between two columns.
Worked example — forwards: a critical value
A 95 % confidence interval on 12 degrees of freedom needs — 0.025 in each tail. Row 12, column 0.025: . (R's qt(0.975, 12) prints 2.178813 — same number, more digits; the table rounds to three decimals and so does the marking scheme.)
A one-sided test at on 25 df needs : row 25, column 0.05 → . Same table, different column: the sidedness of the question chooses the column, the sample size chooses the row.
Worked example — backwards: bracketing a p-value
A test on 9 df produced . What is ? Row 9 reads 1.383 · 1.833 · 2.262 · 2.821 · 3.250 under 0.10 · 0.05 · 0.025 · 0.01 · 0.005. The statistic 2.5 sits between 2.262 (area 0.025) and 2.821 (area 0.01), so the tail area sits between those two areas:
That bracket is the answer on the paper. It is never interpolated — "about 0.017" earns nothing more, and a wrong interpolation earns less. For a two-sided test double both ends: . If the statistic falls beyond the last column, write ; if before the first, .
Negative t
The t distribution is symmetric like z: . A lower-tail test with on 19 df reads row 19 exactly as an upper-tail test would read , then attaches the sign to the rejection region ().
The ∞ row
The last row of the table, , reads 1.282 · 1.645 · 1.960 · 2.326 · 2.576 — the z critical values. As grows the t distribution converges to the standard normal, and by the difference is in the third decimal (2.042 against 1.960 at 0.025). The course rule: for read the ∞ row. A sample of 45 invoices with in the standard error is still a t problem — it reads as 1.96. R's qt(0.975, 44) prints 2.015368; the hand answer and R's differ by design, and Lesson 1.5 names that difference as one of three you must be able to explain.