next up previous contents
Next: How the z-distribution is Up: Obtaining t_alpha/2 Values Previous: Obtaining t_alpha for a   Contents

Obtaining t_alpha for a Right-tailed Region

If you know $  \alpha $ and $ n$ and want the value of $ t_{\alpha}$ for a right-tailed region with probability $  \alpha $ from a $ t$ -distribution with $ n$ degrees of freedom, the appropriate formula is:

   =TINV$\displaystyle (2*\alpha,n)
$

You need to double the value of $  \alpha $ because the function only returns two-sided values, that is, $ t_{\alpha/2}$ . If you want $ t_\alpha$ , you have to supply $ 2\cdot\alpha$ as the parameter.

For example, if $ \alpha=0.05$ and the sample size (degrees of freedom) is $ 10$ , the formula is

   =TINV$\displaystyle (2*0.05,10)
$

When this command executes, the result is $ 1.81$ , which is the value of $ t_{\alpha}$ when we have $ \alpha=0.05$ and $ 10$ degrees of freedom.

The graph below represents this result. The shaded area goes from $ 1.81$ to $ +\infty$ , and has total area equal to $  \alpha $ , or $ 0.05$ .

This threshold value would be used to construct a Right-tailed test or confidence region.

right_tailed_region.gif

(Note: this is the correct syntax for Excel. It is slightly different for other spreadsheets. Consult the help menu of the spreadsheet you are using to find the correct syntax for your spreadsheet program).


next up previous contents
Next: How the z-distribution is Up: Obtaining t_alpha/2 Values Previous: Obtaining t_alpha for a   Contents
gene quinn 2006-12-04