Here are the steps:
- Put the degrees of freedom in cells.
For this example, put
10
into cell B1, and15
in cell B2. Create a column of values for the statistic. In cells D2 through D42, put the values 0 through 8 in increments of .2. - In the first cell of the adjoining column, put the value of the probability density for the first value of the statistic.
Because you’re graphing an F-distribution, you use
F.DIST
in cell E2. For the value of X, click cell D2. For df1, click B1 and press the F4 key to anchor this selection. For df2, click B2 and press the F4 key. In the Cumulative box, typeFALSE
to return the height of the distribution for this value of t. Then click OK. - Autofill the column with the values.
- Create the chart. Highlight both columns. On the Insert tab, in the Charts area, select Scatter with Smooth Lines.
- Modify the chart. Click inside the chart to open the Chart Elements tool (the plus sign) and use it to add the axis titles (F and f(F)). You can also delete the chart title and the gridlines, but that’s a matter of personal taste.
- Manipulate the chart. To help you get a feel for the distribution, try different values for the df and see how the changes affect the chart.